[64studio-devel] ntfs read/write problem solved
Gustin Johnson
gustin at echostar.ca
Sun May 4 09:20:53 BST 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
R.Wolff wrote:
| OK, I have my ntfs problem solved. the line(s) in fstab now read:
| '
| /dev/hdd3 /media/Whatever ntfs umask=0002,rw,user,noauto 0 0'
|
| which has left me with root still being the owner of my partitions/drives.
| Changing ownership as root then did it. Could I replace 'user' with my
username
| instead maybe?
No, user means that any user can mount the partition. There is an
option uid, so to use your example
/dev/hdd3 /media/Whatever ntfs umask=0002,rw,user,noauto,uid=myusername
uid could also be a numeric UID which you can find in the /etc/passwd file.
I would *not* user the rw, and umask=0002 options unless I was using
ntfs-3g. The options "ro,umask=0222" are my suggestion unless you don't
value your data. :)
In any case, I no longer store anything on ntfs except windows itself.
For projects that are done under windows, I have moved everything into
an ext3 partition (actually a USB hard drive) and installed the ext2/3
driver for windows. If there is a problem it is easier for me to rescue
data off of an ext based file system.
Hth,
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIHXHlwRXgH3rKGfMRAlh7AJ97h2o6HgRlc8L6H+O18FPdA8alYACglb5G
4ii3QcbJ51RiAwvS72N49q4=
=kxFT
-----END PGP SIGNATURE-----
More information about the 64studio-devel
mailing list