Jean Luc Laborde wrote:
>
> Working under Windows and Linux , i need to modify some files on my FAT
> partitions but the mod of it is 755 so only root can write files when
> every user can read them, i tried to chmod 777 on that partition but it
> doesn't work.
> Can somebody tell me why ? What could i change to make it run ?
You need to put the entry
umask=0
in /etc/fstab
or use the following mount command.
mount -t vfat -o umask=0 /dev/hda? /C
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html