Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Iam using FC6. the problem is that i lose my FAT32 Permissions while am in between a session. to be more precise i lose my write permission for FAT32 but iam still able to read it. the only way to get the permission back to reboot.
can anyone plz tell me wat to do. why are the permissions lost.
Perhaps it would help if you told us how you're setting the permissions, i.e. show us the line in /etc/fstab. FAT32 filesystems don't support UNIX-style permissions, so just specifying the rw option won't work. You need to use the umask option and possibly the uid and gid options.
I wouldn't worry about the kernel drivers. The vfat module (which handles all FAT filesystems) is very widely used and quite reliable. It's much more likely that your configuration is wrong than that the kernel is broken.
Try adding "umask=000" to the options for your FAT32 filesystems and then re-mounting the filesystems. That whould make them writable to all users. With the uid-500 option, they should be writable to whoever user ID 500 belongs to (and root of course), but not to any other accounts.
Came across this old posting, probably solved by now but I had a similar experience recently and learnt Thanks to Guth from the Zenwalk forum) that Linux automatically suppresses write permissions when it detects a problem with the file system. Try verifying/reparing the Win file system, check the disk (if it hasn't failed by now) and that may solve the problem.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.