I habe a USB disk with fat32 filesystem. it's anbout 100GB.

If I mount it via fstab:

/dev/da2s1      /Music  msdosfs rw,noauto 0 0

the directory gets permission "d------"

If I mount manually with
# mount_msdosfs -u user -m 755 /dev/da2s1  /Music
permissions are ok.

But as soon as I restart mountd:

/Music -alldirs -maproot=0 -network 192.168


the permissions of the directory get "d-------" again.

If I don't restart mountd, I cannot nfs mount it "Input/output error"

what can I do?

system is 6.2-STABLE FreeBSD 6.2-STABLE #4: Fri Mar 23 07:23:44 CET 2007


thanks
m.
_______________________________________________
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