mount msdosfs writeable by a given group

Josh Ockert torstenvl at gmail.com
Thu May 26 06:26:18 PDT 2005


On 26 May 2005 09:22:39 -0400, Lowell Gilbert
<freebsd-questions-local at be-well.ilk.org> wrote:
> Laszlo Nagy <nagylzs at freemail.hu> writes:
> 
> > /dev/ad0s5              /mnt/transfer   msdosfs rw -u nobody -g shares -m 777 -M 777            0       0
> 
> 
> Try:
> 
>  /dev/ad0s5              /mnt/transfer   msdosfs rw,-unobody,-gshares,-m777   0       0
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
> 

Have you tried setting the directory permissions to something like 775?

umount /mnt/transfer
chmod 775 /mnt/transfer
mount /mnt/transfer

that should do it, according to the subject line. i think i missed the
original post so forgive me if im way off base


More information about the freebsd-questions mailing list