Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
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.
Using an 8 gig fat32 partion formated in WinXP, data sharing and being ftp'ed over the internal net to load different distos on various boxes.
In suse 81 as root, no problems, as a user cannot get a look at anything.
In the shell tried to chmod the dir /media/g to an acceptable set.
It comes up with an error, that I as root, don't have permission to change the dir.
ls -l shows drwxr--r-- root root g
now as root WHAT is going on?
I tried
chmod 755 g ,
and get no errors but also no results
tried that umounted the drive and applied permissions, but that did not help when it mounted.
have it set up in fstab as user,rw,exec will triy to umask it next.
umask is setting the permissions. Changing them on the mount point doesn't affect the filesystem, not with fat32 anyway. So yeah, umask is going to be what you need to look into
got it to work!
set it in fstab
/dev/hda5 /g vfat user,rw,exec,suid,umask=000 0 0
did the same for my ntfs partions except made sure that they stayed read-only.
If only I could get my major win apps to run in linux, will check wine out a little more...
need someone like those guys from winternals that really know ntfs to write a r/w driver!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.