Viktor Lakics wrote:
>
> Dear Mandrake users,
>
> Does anybody know how to set write permission for users to a FAT32 partition
> under MDK6.1 linux?
>
> As root I am able to read and write the mounted Windows partitions. As user, I
> can only read from them. I tried chmod o+rw /dev/hda1 as root succesfully, (I
> mean after ls -al the permissions are set) but it is still not possible to
> write to those partitions as a USER.
>
> Anybody has an idea how to make those partitions writable for all regular
> users?
>
> Thanks in advance: Viktor
>
> ____________________________________________________________________
> Get free email and a permanent address at http://www.amexmail.com/?A=1
Set GID & UID
create group fat32_users and alow them to rw windows partition.
"fstab"
/dev/hda3 /mnt/wine vfat
user,noexec,rw,gid=501,uid=501,conv=auto 0 0
Dovydas