Daniel Burrows wrote:

> How do I set-up suid so that normal users can read and write to a fat32
> parition? Please 'CC' me in a reply.
>
> Thanks.
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

assuming that you already have an fstab entry for the partition. in the options 
part
of fstab, put a umask=000 to give full access to everyone. if you only want to 
give
access to some people then create a group for them and put "gid=<the group id
number>,umask=007"

josh

Reply via email to