LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   mounted vfat permissions (https://www.linuxquestions.org/questions/linux-general-1/mounted-vfat-permissions-122983/)

n3tw0rk 12-05-2003 12:06 PM

mounted vfat permissions
 
i am using slackware 9.1, i have mounted my fat partitions so that i can access them using linux, the problem is that no users other than the troot can access fat partitions, i have tried mmounting with the options user, exec, but the mounted partitions always have
rwxr--r-- or 744 set fro permissions. How can i make these partitions accessible to the normal users other than root, so that they can atleast read and browse directories in those partitions.

rgheck 12-05-2003 12:45 PM

what are the permissions on the directory where you're mounting BEFORE you mount? Are they 744?

n3tw0rk 12-05-2003 12:57 PM

they are 755

Skyline 12-05-2003 04:41 PM

Try adding these options in the 4th field of the relevant /etc/fstab entry

defaults,umask=000

then save and reboot, then check..


All times are GMT -5. The time now is 12:45 PM.