LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   unable to set write permission on vfat formatted partition (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-set-write-permission-on-vfat-formatted-partition-851480/)

csravi88 12-20-2010 09:24 PM

unable to set write permission on vfat formatted partition
 
Hi,
I have 250 GB HDD, 150 GB has CentOS installed,I have formatted the rest 100 GB in vfat, mounted on /data/ folder, now the issue is only root have the write permission on that folder, i have tried all the commands, however i have reformatted it with ext3 and now issue is resolved, i just want to know that why it is not possible to set the permissin to everyone +w on vfat partition.

Tinkster 12-20-2010 10:42 PM

Because vfat, as a DOS/Windows file-system, has no means of storing/
handling linux' ownerships and permissions. The way around it would
have been to mount the device w/ a special umask & group-owner, for
example, or, in a brute-force manner, just using a umask=0000.



Cheers,
Tink


All times are GMT -5. The time now is 08:29 PM.