From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 23:17:40 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 240C9F9A for ; Sun, 1 Feb 2015 23:17:40 +0000 (UTC) Received: from dd13304.kasserver.com (dd13304.kasserver.com [85.13.135.53]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA2B92D7 for ; Sun, 1 Feb 2015 23:17:39 +0000 (UTC) Received: from nermal.rz1.convenimus.net (p5B02159E.dip0.t-ipconnect.de [91.2.21.158]) by dd13304.kasserver.com (Postfix) with ESMTPA id 303931E011D for ; Mon, 2 Feb 2015 00:09:05 +0100 (CET) Received: from falbala.localnet (falbala.rz1.convenimus.net [192.168.100.8]) by nermal.rz1.convenimus.net (Postfix) with ESMTP id A66CE15211 for ; Sun, 1 Feb 2015 22:56:03 +0100 (CET) From: Christian Baer To: freebsd-questions@freebsd.org Subject: The magic of UFS, ZFS and NFS Date: Mon, 02 Feb 2015 00:09:04 +0100 Message-ID: <2235245.9eUOZXG6jI@falbala> User-Agent: KMail/4.14.2 (FreeBSD/10.1-RELEASE; KDE/4.14.2; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 23:17:40 -0000 Good evening, everybody! I am trying hard as hell to get a share on my file server (obelix) to my workstation. I have not had any real luck yet. The situation: I have a directory /usr/archive/ under which my files are to be stored. The directory itselt is mounted under /. There are two ZFS mountpoints under this: /usr/archive/work /usr/archive/private I exported it as so: V4: /usr/archive/ -alldirs -network 192.168.100/24 The mount works fine and I can see all files under /usr/archive/ including the two directories. I can access all files. Both directories are empty though. Well, those two directories are seperate filesystems, so they require their own mountpoint. So I gave them one: Same line as above just with /usr/archive/private. Now when I try to mount the share, I get this: [tcp] obelix:/usr/archive/private: Permission denied /var/log/messages on obelix says this: obelix mountd[50070]: mount request denied from 192.168.100.8 for /usr/archive/private This seems to be some quirk concerning the access permissions. I just can't figure out what. Can someone give me a push in the right direction, please? Best, Chris