In reply to:


empeg:/bin# mount /dev/hdc4 /drive1
empeg-EXT3: changing mount type for:/dev/hdc4
EXT3-fs warning: feature flags set on rev 0 fs, running e2fsck is recommended
EXT3-fs warning (device ide0(3,68)): ext3_update_fs_rev: updating to rev 1 becau
se of new feature flag, running e2fsck is recommended
ro
EXT3-fs: mounted filesystem with ordered data mode.




Were you running my older ext3 setup before? That message is just telling you that it upgraded the ext3 journal file on your drive to support the newer ordered data mode (it might also happen the first time you setup ext3 on the volume, I forget). You should only see it once and it is nothing to worry about.

In reply to:


empeg:/bin# ro
mount: can't find /drive1 in /etc/fstab or /etc/mtab




This is unrelated, but happens because there is no mount line for the second drive in the fstab file. The empeg guys didn't add it since the player normally mounts the volume directly. If you don't want to see it again connect to the player of serial and type...

prompt> echo "/dev/hdc4 /drive1 ext2 ro 0 1" >> /etc/fstab

Make sure you get that right with the two arrows or you will overwrite the file instead of just adding to it.

-Mike
_________________________
EmpMenuX - ext3 filesystem - Empeg iTunes integration