I have Windows XP Home and Linux Mandrake 9.1 Dual Booted on one Hard drive. My Windows XP Home partition is NTFS based, but Linux refuses to remember this. When I boot Linux it tells me the partition is the wrong FS type, yet I'm sure it's set to NTFS.
From root I can mount it using (something like):
mount -t NTFS /hda1 /mnt/windows
But that means only my root user can use it, and I don't use root because the KDE GUI looks crappy with it ;). I can't mount using mount /mnt/windows or anything without specifiying NTFS.
Any ideas?