Hello, I have several NTFS partitions. All of them mount, except the one windows is installed on.
This is the error I get.
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
or too many mounted file systems
Heres what I have in fstab:
Code:
/dev/hdb1 /mnt/hdb1 ntfs users,owner,ro,umask=000 0 0
/dev/hda1 /mnt/hda1 ntfs users,owner,ro,umask=000 0 0
/dev/hda2 /mnt/hda2 ntfs users,owner,ro,umask=000 0 0
hdb1 and hda2 mount fine, but hda1 does not. I don't understand it.
I've checked it's ntfs and that the mount point exists.
Anyone know why my windows partition will not mount?
Thanks for any help.