Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2007 15:31:22 +0200 (CEST)
From:      Martin Dieringer <martin.dieringer@gmx.de>
To:        freebsd-questions@freebsd.org
Subject:   cannot nfs-export msdosfs
Message-ID:  <20070326152506.H908@thinkpad.dieringer.dyndns.org>

next in thread | raw e-mail | index | archive | help


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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070326152506.H908>