Results 1 to 3 of 3
ok i have 2 external hard drives on is a fat32 which works i can read and write and all of that but the other is a hsfplus and i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-21-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 4
change permissions in gui
ok i have 2 external hard drives on is a fat32 which works i can read and write and all of that but the other is a hsfplus and i can't change the permissions to it so that i can write to it
what do i do to change the permissions without loosing an data
thanks
- 08-27-2007 #2
Well log in as root right click on drive go to properties then permissions and you can try change from there good luck but you might hav to edit your fstab i'm not sure how to do it on mandriva
- 08-30-2007 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 5
Are the volumes mounted on boot? In that case you can edit the fstab file (located in /etc/fstab) to set the permissions to you users when the system boots.
If the volumes are not mounted on boot you will have to change the permissions manually. Open a terminal (or konsole) and type "su". You then have to write the root users password. Once you have done this you can change the permissions.
Type in "chmod 777 /mnt/your_volume_name", then all users will be able to read, write and execute files and directories. You should change the permissions so that just you user can do these actions.


Reply With Quote
