I, like a number of other people here, have had problems getting my NTFS external drive usable.
I was able to get it to automount and become readable by adding "umask=0222" to the
/dev/sda1 /media/USB\040Drive auto users,atime,auto,rw,dev,exec,suid 0 0 line in my fstab file. But it's still not writable.
So.... Before I proceed I'd like to know a couple of things.
Is the "auto" option going to select the NTFS-3g driver or does NTFS-3g need to be specified explicitly?
And, (pardon me if my noobie is showing), if NTFS 3g is used under the "auto" option should I select a different umask, like 0777? I was thinking of just trying this but I'm afraid of nuking my hard drive!
Thanks in advance,
wmrobins
I was able to get it to automount and become readable by adding "umask=0222" to the
/dev/sda1 /media/USB\040Drive auto users,atime,auto,rw,dev,exec,suid 0 0 line in my fstab file. But it's still not writable.
So.... Before I proceed I'd like to know a couple of things.
Is the "auto" option going to select the NTFS-3g driver or does NTFS-3g need to be specified explicitly?
And, (pardon me if my noobie is showing), if NTFS 3g is used under the "auto" option should I select a different umask, like 0777? I was thinking of just trying this but I'm afraid of nuking my hard drive!
Thanks in advance,
wmrobins
Comment