nickorchard
Apr 26 2003, 07:58 PM
Hi, just wondering if anyone knows a way to get full permissions on my two windows fat32 partitions?
I have got them permanently mounted ok... but can't write to them, even as root
rhudgins173
Apr 28 2003, 03:35 PM
to change permissions on files and directories, type the following:
chmod 777 directory_name
this changes the permission for the directory or file to full, which means that anybody can read, write and modify anything that's in that directory.
michaelk
Apr 28 2003, 08:19 PM
First with the FAT32 partition unmounted change the permissions like the above post.
Then add umask=000 to your /etc/fstab entry.
jetblackz
Apr 28 2003, 10:21 PM
/dev/hda1 /mnt/win_c vfat noauto,user,exec,rw,nosuid,umask=000 0 0
will do just fine.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.