> Run, the following to determine which partitions are active: 'mount -l' > You will see a list such as: > /dev/hda5 on / type ext3 (rw) [/] > /dev/hda3 on / type ext3 (rw) [/home]
On a side note, it's a bad idea running fsck on a mounted filesystem (can lead to further corruption), so ensure that the filesystem is unmounted before continuing: 'umount /home'. The root partition (/) will usually be mounted in read-only (ro) mode during such recovery operations though. Regards, Avinesh _______________________________________________ ilugd mailing list [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd
