Date: Thu, 26 May 2005 15:26:17 +0200 From: Josh Ockert <torstenvl@gmail.com> To: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: mount msdosfs writeable by a given group Message-ID: <126eac48050526062648b2a9f0@mail.gmail.com> In-Reply-To: <44u0kqxgtc.fsf@be-well.ilk.org> References: <4294EEA3.7030102@freemail.hu> <44u0kqxgtc.fsf@be-well.ilk.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 26 May 2005 09:22:39 -0400, Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> wrote: > Laszlo Nagy <nagylzs@freemail.hu> writes: >=20 > > /dev/ad0s5 /mnt/transfer msdosfs rw -u nobody -g shares = -m 777 -M 777 0 0 >=20 >=20 > Try: >=20 > /dev/ad0s5 /mnt/transfer msdosfs rw,-unobody,-gshares,-m7= 77 0 0 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >=20 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?126eac48050526062648b2a9f0>