LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   HD permission problems (https://www.linuxquestions.org/questions/linux-software-2/hd-permission-problems-181245/)

Sarrin 05-13-2004 07:57 PM

HD permission problems
 
I just mounted both of my FAT32 drives to /mnt/hdb and /mnt/hdc

but... i can't get the permissions changed EVEN when i'm logged in as root... it will either say I don't have permission or it will seem like it worked, until I view the permissions again which have reverted back to the originals.

Any thoughts?

rkef 05-13-2004 09:16 PM

RTFM. Just kidding :).

What you need to do is use the -o option, like so:

Code:

$ mount -o uid=rkef /dev/hda1 /path/to/mountdir
Replace "rkef" with your uid.

HTH.


All times are GMT -5. The time now is 04:18 PM.