Date: Sat, 21 Feb 2015 18:34:12 +0100 From: Christian Baer <christian.baer@uni-dortmund.de> To: freebsd-fs@freebsd.org Subject: Re: The magic of ZFS and NFS (2nd try) Message-ID: <2437038.yvsE2IGTDZ@falbala.rz1.convenimus.net> References: <4257601.p3oiXZFr4n@falbala.rz1.convenimus.net> <54E7A2CF.60804@pinyon.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Russell L. Carter wrote: > Post your /etc/exports, and the nfs*_enable bits of /etc/rc.conf. And > as Rainer noted you definitely need to check that uid/gid match on > both server and client. Pretty boring stuff... root@obelix:~ # cat /etc/exports V4: /usr/archive/Shared -alldirs -network 192.168.100/24 I reduced the shares to one for the time being. root@obelix:~ # mount /dev/ufs/root on / (ufs, local, soft-updates) devfs on /dev (devfs, local, multilabel) /dev/ufs/var on /var (ufs, local, soft-updates) /dev/ufs/usr on /usr (ufs, NFS exported, local, soft-updates) arc1 on /zfs/arc1 (zfs, local, nfsv4acls) arc1/home on /home (zfs, local, nfsv4acls) arc1/Shared on /usr/archive/Shared (zfs, local, nfsv4acls) arc1/Private on /usr/archive/Private (zfs, local, nfsv4acls) root@obelix:~ # cat /etc/rc.conf | grep nfs nfs_server_enable="YES" nfsuserd_enable="YES" The handbook did not say I needed anything more than those. > You can quickly check that sharenfs=on via mount: > root@terpsichore> mount | grep NFS > system/export on /export (zfs, NFS exported, local, nfsv4acls) ^^^^^^^^^^^^ As you can see, this is always missing in my lines. Please also see my other post with the reference to the zfs manpage which states that nfs exports may also be managed via the /etc/exports file. Best regards, Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2437038.yvsE2IGTDZ>