LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fstab giving ntfs RO axx to all users? (https://www.linuxquestions.org/questions/linux-newbie-8/fstab-giving-ntfs-ro-axx-to-all-users-332707/)

martinj 06-12-2005 06:23 AM

Fstab giving ntfs RO axx to all users?
 
Code:

/dev/hda1      /media/windows  ntfs    ro, defaults,user,GID=1000,umask=0222 0      0
I wrote that, but I am not able to mount it as user /*uid=1000* The user is also part of group id=1000*/ nor axx it as a user.

acid_kewpie 06-12-2005 08:39 AM

axx??? what does "axx" mean?

martinj 06-12-2005 08:40 AM

access- sorry about that.

acid_kewpie 06-12-2005 09:00 AM

well if that is a char for char copy of the entry, then you have an invalid space between "ro," and the reset of the options. the gid specified there is not who can mount it, but who the files will appear to belong to once mounted. afaik any normal user should be bale to mount it. i'd wonder why it's not mounted automatically on boot, it's not like it's going anywhere.

martinj 06-12-2005 09:20 AM

It is not mounted at boot and it looks like this now

Code:

/dev/hda1      /media/windows  ntfs    ro,defaults,user,GID=1000,umask=0222 0      0
as root I can mount/view but not as a standard user.

martinj 06-12-2005 10:07 AM

Got it working now
Code:

/dev/hda1      /media/windows  ntfs    ro,defaults,user,gid=1000,umask=0222 0      0


All times are GMT -5. The time now is 04:13 AM.