LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to give permissions for users....... (https://www.linuxquestions.org/questions/linux-general-1/how-to-give-permissions-for-users-302647/)

manikantha 03-17-2005 03:41 AM

How to give permissions for users.......
 
Hi,

I have mounted windows partitions.. and how to give permissions to users to be able to write into the partitions...

My /etc/fstab file is...
/dev/sda1 /mnt/winc vfat defaults 0 0
/dev/sda5 /mnt/wind vfat defaults 0 0
/dev/sda6 /mnt/wine vfat defaults 0 0
/dev/sda7 /mnt/winf vfat defaults 0 0



Thanx in anticipation.

abisko00 03-17-2005 04:27 AM

Append umask=0 after defaults:
Code:

/dev/sda1 /mnt/winc vfat defaults,umask=0 0 0
/dev/sda5 /mnt/wind vfat defaults,umask=0 0 0
/dev/sda6 /mnt/wine vfat defaults,umask=0 0 0
/dev/sda7 /mnt/winf vfat defaults,umask=0 0 0



All times are GMT -5. The time now is 12:50 AM.