| Author |
Message |
|
|
Post subject: fstab question (ntfs-3g)
Posted: Oct 07, 2008 - 01:48 AM
|
|

Joined: Nov 09, 2007
Posts: 173
Location: Washington, DC
Status: Offline
|
|
Trying to mount my ntfs partition as read-write on boot. In fstab I've got this line:
Code:
UUID=F07CFCA37CFC65AE /media/sda3 ntfs-3g auto,users,exec,ro,dmask=0022,fmask=0133,locale=en_US.utf8 0 0
On boot I get read access to sda3 but not write. I do have ntfs-3g installed.. any idea where I'm screwing up?
Thanks in advance.. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: fstab question (ntfs-3g)
Posted: Oct 07, 2008 - 03:13 AM
|
|

Joined: Nov 27, 2006
Posts: 520
Location: Griffith NSW Australia
Status: Offline
|
|
check those options:
Code:
V
auto,users,exec, ->ro<- ,dmask=0022,fmask=0133,locale=en_US.utf8
^
|
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 07, 2008 - 04:42 AM
|
|

Joined: Nov 09, 2007
Posts: 173
Location: Washington, DC
Status: Offline
|
|
Oh man.. that's just embarrassing..  |
|
|
| |
|
|
|
 |
|
|
|
|