1.run the program gparted
2.unmount the partition you like to change
3.delete and recreate put chose the fat32 not the ext3
4.go to your shell and edit the "/etc/fstab" withe gedit or vim (vim /etc/fstab)
5.change like i do look >>
form
/dev/sda3 /media/sda3 ext3 defaults,user 0 1
TO
/dev/sda3 /media/sda3 vfat defaults,utf8,umask=007,gid=46 0 1
6.save and exit
7.back to gparted and mount the partition again
8.if you have problem withe write permission to write then do
in the shell >>"just under root"
chown UserName PathToPartition
for exampel >>
chown error0327 /media/sda3
No comments:
Post a Comment