From owner-freebsd-fs@FreeBSD.ORG Fri Feb 27 21:56:07 2015 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B0CFEFC for ; Fri, 27 Feb 2015 21:56:07 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33DF8F48 for ; Fri, 27 Feb 2015 21:56:06 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YRSsz-0004l2-Ug for freebsd-fs@freebsd.org; Fri, 27 Feb 2015 22:55:54 +0100 Received: from p4fddd7aa.dip0.t-ipconnect.de ([79.221.215.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Feb 2015 22:55:53 +0100 Received: from christian.baer by p4fddd7aa.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Feb 2015 22:55:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-fs@freebsd.org From: Christian Baer Subject: Re: The magic of ZFS and NFS (2nd try) Date: Fri, 27 Feb 2015 22:55:41 +0100 Lines: 30 Message-ID: <2401301.b3eZRBi7it@falbala.rz1.convenimus.net> References: <4257601.p3oiXZFr4n@falbala.rz1.convenimus.net> <54E7A2CF.60804@pinyon.org> <2437038.yvsE2IGTDZ@falbala.rz1.convenimus.net> <201502231413.t1NEDITT000687@higson.cam.lispworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p4fddd7aa.dip0.t-ipconnect.de User-Agent: KNode/4.14.2 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2015 21:56:07 -0000 Martin Simmons wrote: > According to exports(5), that reduces it to zero: > The third form has the string ``V4:'' followed by a single absolute path > name, > to specify the NFSv4 tree root. This line does not export any file > system, > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > but simply marks where the root of the server's directory tree is for > NFSv4 > clients. The exported file systems for NFSv4 are specified via the other > lines in the exports file in the same way as for NFSv2 and NFSv3. I see the part in the manpage you are referring to. The way nfs reacts doesn't seem to be that way though. I have changed the contents of /etc/exports to /usr/archive/Shared -alldirs -network 192.168.100/24 I still cannot mount that share. The V4: at the beginning of the line did not change anything I could notice. If I let the path point to a ZFS file system, I get permission denied, when it points to a path on UFS, it works fine. Die directories in question have the correct owner and group. Is there some way that ZFS may have a different setting for this? Kind regards, Christian