From owner-freebsd-questions@FreeBSD.ORG Tue Sep 10 11:10:14 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 94D0250A for ; Tue, 10 Sep 2013 11:10:14 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-ve0-x22d.google.com (mail-ve0-x22d.google.com [IPv6:2607:f8b0:400c:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 548052D6F for ; Tue, 10 Sep 2013 11:10:14 +0000 (UTC) Received: by mail-ve0-f173.google.com with SMTP id cz12so4355333veb.18 for ; Tue, 10 Sep 2013 04:10:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=5aPdRwsrhTCrRzR+sAgQGNDc2i8/hOaAPWxcDIhaHYc=; b=YX8/NrFljHKzSLhhH7bLlbvQptfbFMMPiV3qFbdtCoG3rB1+qUn5Xo1vfFF+htUYMD qeQWEvj0ueKwAOibLB0wcjQ6wg04e4ZWxOVHzDQ15ttR2yI+o7c5e48eFGjxY52whlt0 c6C9KBg31Z+Fv6WhsiDzlU93Q5ScLynB3SW9lvNi3P7nqvJP9y6/3uP6q/qrDBHwuUSA uTLt7GFQe8ICs5SabyjLlMEsffjt+DsbnS4D24EmJIOEcTrqsUkGyxX9/lAgzBymVDFl iQHMJ1pic+i0QWTvmGYxsW5iuEhp37BJFktauDkRJouH1Gr+EhCGFFgHzOUmL5bRMU7S +xmw== MIME-Version: 1.0 X-Received: by 10.58.73.202 with SMTP id n10mr22507959vev.7.1378811413430; Tue, 10 Sep 2013 04:10:13 -0700 (PDT) Received: by 10.221.21.70 with HTTP; Tue, 10 Sep 2013 04:10:13 -0700 (PDT) In-Reply-To: <20130909152239.05eff4e8daf98d0659636dec@sohara.org> References: <20130909152239.05eff4e8daf98d0659636dec@sohara.org> Date: Tue, 10 Sep 2013 12:10:13 +0100 Message-ID: Subject: Re: Proper way to share ZFS via NFS From: krad To: "Steve O'Hara-Smith" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Mailing List , aurfalien X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 11:10:14 -0000 which is why you shouldnt use /etc/exports for zfs datasets. Just because you can do something doesn't mean you should eg dancing down the motorway at night in dark clothing is never a good idea, no matter how confident you are in your skills. On 9 September 2013 15:22, Steve O'Hara-Smith wrote: > On Fri, 6 Sep 2013 11:43:03 -0700 > aurfalien wrote: > > > Hi, > > > > Wondering whats the correct way to share ZFS, /etc/exports or via zfs > > commands which alter /etc/zfs/exports? > > As far as I can see both work just fine. The first has the benefit > that it puts your ZFS exports in the standard place for exports and won't > need fiddling with if you decide that you want to move one of them to some > other filesystem. The second has the benefit that it integrates better with > the ZFS tools. > > The one thing you don't want to do is put the same export in both. > -- > Steve O'Hara-Smith > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >