Results 1 to 9 of 9
I have a FAT32 partition that is shared with Windows XP mounted under /windows. I want to set write permissions for all users for that partition, but when I use ...
- 01-16-2006 #1Just Joined!
- Join Date
- Dec 2005
- Posts
- 8
Can't change permissions on mounted FAT32 partition
I have a FAT32 partition that is shared with Windows XP mounted under /windows. I want to set write permissions for all users for that partition, but when I use chmod 777 /windows nothing happens. The permissions remain rwxr-xr-x. The fstab options for the partition are rw and user, so the user should be able to write to it. How do I fix this?
- 01-16-2006 #2
try adding the umask=0000 to the fstab entry for the fat partition.
Life is complex, it has a real part and an imaginary part.
- 01-16-2006 #3
Here is my fstab entry for my FAT partition:
I got that from www.ubuntuguide.orgCode:/dev/hdc5 /windows/E vfat iocharset=utf8,umask=000 0 0
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 01-16-2006 #4
IIRC FAT32 doesn't support all the permissions dealy, so I'm not sure if you can change them once they are on it.
- 02-11-2006 #5Just Joined!
- Join Date
- Feb 2006
- Posts
- 1
Same problem: fixed with the following fstab entry
/dev/sda4 /windows/RW vfat rw,fat=32,umask=000,noexec,quiet 1 1
- 02-11-2006 #6Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
The umask thing should work as it sets the default permission for all the files on the filesystem - think of 777 - umask value = permissions of files.
So to set all the files permission 777, use umask=000.
Myself i use uid=1000,gid=100 instead to make me the owner of all files.
- 02-12-2006 #7Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
FAT filesystem doesnt support any permissions so you have to fake it
Proud to be a GNU/Gentoo Linux user!
- 06-28-2011 #8
I'm new to Linux but have a little experience with it, using UBUNTU 11.04, I have an external 1TB USB HDD mounted to this computer which is running dual boot with Windows7. The HDD is formatted FAT32 and I've set the share options but the permisions for allowing others to access it say NONE and cannot be changed. I read through the threads and this one, even though it is from 2006, it seams closest to my issue but the things it says to do are not making sense to me... Does my issue sound like something that could be resolved by the above steps? if so can I get help on how to do so please?
- 06-28-2011 #9forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,093
Hello and welcome aboard!

This thread is over 5 years old so I'm locking it, but feel free to start a new thread of your own if you are having any problems with Linux.
Thank you.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.



