LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   User priv's on mounted hard drives (https://www.linuxquestions.org/questions/linux-networking-3/user-privs-on-mounted-hard-drives-49251/)

harperonline 03-11-2003 04:57 AM

User priv's on mounted hard drives
 
I have mounted a hard drive into the linux file system and have set the /etc/fstab file to auto mount the drive at boot. The only problem is that all network users accessing this drive can't set their docs or folders to read-only, it defaults to read-write.

Is is something to do with the rw 0 0 option??? or the umask?

I need to give users the option of setting their priviledges themselves on mounted drives, help me please as if I can't do this the management wan't to use a Microsoft server product instead and that will create endless problems.

I use redhat 7.3

email :ch@harperonline.net

acid_kewpie 03-11-2003 05:16 AM

what is the file system you're mounting? you've not provided enough useful information really... i'd guess it's fat32 though, in which case set the umask to 000. but you can not change the permissions on a fat32 drive, as the file system does not allwo this.

harperonline 03-11-2003 05:25 AM

Yes it's Fat 32
 
I see what you mean about the Fat 32. I wanted the Fat 32 as then I could always plug the drive into a Windoze machine to manipulate the data in need be. Would it be better if I use ext3 instead and forget the Windoze idea?

Regards

Chrisoph

acid_kewpie 03-11-2003 05:35 AM

well fat32 is not clever enough to understand owner/group/other permissions, it's just a brick wall when microsoft wrote a really crippled file system, nothign can ever be done about it.... if you do need full rights features on the data then youwill need a proper file system such as ext3 (or resierfs, ext2, ufs, jfs, xfs...)


All times are GMT -5. The time now is 06:41 PM.