Re: mount msdosfs writeable by a given group

2005-05-31 Thread Laszlo Nagy

Lowell Gilbert wrote:


Laszlo Nagy [EMAIL PROTECTED] writes:

 


/dev/ad0s5  /mnt/transfer   msdosfs rw -u nobody -g shares -m 777 
-M 7770   0
   




Try:

/dev/ad0s5  /mnt/transfer   msdosfs rw,-unobody,-gshares,-m777   0  
 0
 


Whew, that worked. Thank you.

 Laci 2.0

p.s. Sorry for the late response
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mount msdosfs writeable by a given group

2005-05-26 Thread Lowell Gilbert
Laszlo Nagy [EMAIL PROTECTED] writes:

 /dev/ad0s5  /mnt/transfer   msdosfs rw -u nobody -g shares -m 777 
 -M 7770   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]


Re: mount msdosfs writeable by a given group

2005-05-26 Thread Josh Ockert
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 7770   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]