Click to See Complete Forum and Search --> : can't mount ntfs


solenoid
04-26-2005, 03:46 AM
debian:/etc# mount -r -t ntfs /dev/hda /mnt/windows
mount: wrong fs type, bad option, bad superblock on /dev/hda,
or too many mounted file systems

i don't understand ??

deathadder
04-26-2005, 03:51 AM
/dev/hda is the device, you need to mount the partition, most probably /dev/hda1. You can check the output of 'fdisk -l' thats a lower case L.