From owner-freebsd-questions@FreeBSD.ORG Mon Feb 2 03:52:24 2015 Return-Path: Delivered-To: freebsd-questions@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 C93FB678 for ; Mon, 2 Feb 2015 03:52:24 +0000 (UTC) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FF9D1B3 for ; Mon, 2 Feb 2015 03:52:22 +0000 (UTC) Received: from kw.news4all.se (localhost [127.0.0.1]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id t123qDIZ054409; Mon, 2 Feb 2015 04:52:13 +0100 (CET) (envelope-from bah@bananmonarki.se) Message-ID: <54CEF46D.7020908@bananmonarki.se> Date: Mon, 02 Feb 2015 04:52:13 +0100 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Christian Baer , freebsd-questions@freebsd.org Subject: Re: The magic of UFS, ZFS and NFS References: <2235245.9eUOZXG6jI@falbala> In-Reply-To: <2235245.9eUOZXG6jI@falbala> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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: Mon, 02 Feb 2015 03:52:24 -0000 On 2015-02-02 00:09, Christian Baer wrote: > Good evening, everybody! Morning. > 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 Don't you need -rw or -ro?