help im having problems with permissions on my fat32 drive!!!
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
help im having problems with permissions on my fat32 drive!!!
hey ive mounted a fat32 hard drive but am haiving problems with, i can make and delete files but when i put a file on it its automaticly a root user only file! so i carnt open it directly of the disk i have to move it then open it otherwise i carnt open it can someone help me please.
The fat32 file system does not support users, groups, and permissions. Linux "fakes" such things by giving every file the same permissions and owner as the directory the partition is mounted on. So you set the mountpoint directory to whatever user and permissions you want and all the other files will automatically follow.
If you make the mountpoint somewhere in /home/user then you can make user the owner. If you make root the owner you could set the permissions to 777. Or whatever setup suites your needs best.
When working with the mountpoint permissions you may have to unmount the device, change the permissions, and then remount the device.
change the uid if yours is not 500... I think there is a gui tool to manage users and groups in Redhat 9.0...
p/s I've tried mounting it under my home directory /home/khoyee/win before, it works without problems. Perhaps you can try that instead of /mnt/downloads if you have any problems.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.