LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   NTFS mount permissions (https://www.linuxquestions.org/questions/linux-newbie-8/ntfs-mount-permissions-378643/)

azoghbi 10-31-2005 11:14 AM

NTFS mount permissions
 
Hi folks :)

Alright here's the story, I would greatly appreciate your help:

I have an external USB hard drive (NTFS) which automounts when I plug it. Root user can access everything --perfect- however other users cannot access ('permission denied'), USB devices formatted as FAT automount and normal users have full access...

Why does the NTFS drive mount with 'root' owner ? How can I change those defaults??

Thank you for your help

grautu 10-31-2005 04:46 PM

Mounting (everything) is a root privilege if not otherwise stated explicitely. In your case, you can change the mounting access by editing the /etc/fstab file in such a way that the NTFS partition be mounted with option umask=0 (see the manual page of mount).

azoghbi 10-31-2005 05:05 PM

Well yeah, except that the entry is not in the /etc/fstab file

My system automounts everything that is plugged in the USB port..
e.g.: when i plug my external HDD, it automounts and normal users cannot access

when i plug my USB memory stick, it automounts and normal users can access....

Why is that?? Where are the configuration information about automount???

Thank you !

grautu 10-31-2005 05:40 PM

Please excuse me, I just now notice it is not about a partition (as I was refering to, in my post) but a USB external device.


All times are GMT -5. The time now is 07:29 AM.