On 26 May 2005 09:22:39 -0400, Lowell Gilbert
<[EMAIL PROTECTED]> wrote:
> Laszlo Nagy <[EMAIL PROTECTED]> 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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to