I am unable to mount a filesystem located on the hard drive when booting
from the 1.7.185 disk - I get the following message when executing this
command:
# mount /dev/hda2 /mnt/hd
and it returns:
EXT2-fs: 03:01: couldn't mount because of unsupported optional features.
mount: wrong fs type, bad option, bad superblock on /dev/hda2,
or too many mounted file systems
If i try supplying the type of the fs, e.g.
# mount -t ext2 /dev/hda2 /mnt/hd
I get the same error message.
I've read the man pages, etc, but with no luck - anyone have any ideas what
I'm doing wrong ?
Many thanks.