You are not logged in.
HI,
Since I am mounting different usb devices with different filesystems, I have the line:
/dev/sdb1 /media/usb auto users,exec,dev,suid 0 0
in my fstab. As you can see, the filesystem is set to auto because, as I said, I am mounting different types of usb files systems.
But when the filesystem is ntfs, I want to use the ntfs-3g driver and not the normal ntfs driver. It works, when mounting by hand with the -t option.
But I want it to work as a nomral user, with the simple "mount /media/usb" command.
How do I do that?
Thanks!
Nathan
Offline
It's not quite what you want I don't think, but having pmount set up would allow normal users to mount drives and specify the type, without them having to be in fstab at all.
Offline