I have an odd problem. I cannot manage to mount an NTFS partition.
Here's what I get with mount:
jani@neophiant:~$ mount /dev/hdd1
mount: wrong fs type, bad option, bad superblock on /dev/hdd1,
or too many mounted file systems
In fstab:
/dev/hdd1 /mount/Gangrea ntfs ro,user 0 0
I have tried and tried, but honestly, last time I got an NTFS partition working like it should. I just installed sarge, and decided Windows will be lost forever, but I need that data that's in the NTFS partition.
Could the problem lie in the fact that the NTFS partition has 64k clusters? I haven't checked yet that does Linux NTFS support 64k cluster size, but I can't see why wouldn't it.
Any help and ideas will be appreciated! Thanks!
Edit:
Alright, after a restart, when doing startup mounting from fstab, it says along the lines of NTFS: cluster size not supported... Kinda obvious.
uname -r says that I'm running on 2.4.27-1-386. Would a kernel update fix this? Thanks for the help.