From owner-freebsd-questions@FreeBSD.ORG Fri Sep 6 18:43:07 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 4BDA94D9 for ; Fri, 6 Sep 2013 18:43:07 +0000 (UTC) (envelope-from aurfalien@gmail.com) Received: from mail-pb0-x229.google.com (mail-pb0-x229.google.com [IPv6:2607:f8b0:400e:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 25A1A2637 for ; Fri, 6 Sep 2013 18:43:07 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id rp2so3561186pbb.28 for ; Fri, 06 Sep 2013 11:43:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version; bh=RoslO+XGSLuu8W9Qo/asc4xHJMTFWuNqRgKkOam2fzk=; b=BhIQcCY3VdDxPJ/osH+lkgbdEExAMLxGCsqWswL8JaWj9PWiB6hB4bK06txibCgjYB n/KHaD4ySrBm322ILWAymK93PfuZIqdUJKssq0ocNAww+HCPmz7vtQkpk4jcYw++CpMt YS/b/Yftly2cYMhtLHzkeg8sWdiBHuRqmXbalUoZrqiFFpRAsfuwAzpKMKztPzTpzitw JdNyUMcyGKSaGHFD/i90cNsm6bG+hbzjPqCcN2WcKiFmhMUvgs2B7CZO0a72eicqSLvG XEoULWxaVjX0rVJUdIQb8jArTiNOUlNgAhz8ISnNSav+AhffNrEiz/ZM96rdP6nImbZU uX2A== X-Received: by 10.68.48.166 with SMTP id m6mr4432492pbn.105.1378492986784; Fri, 06 Sep 2013 11:43:06 -0700 (PDT) Received: from briankrusicw.logan.tv ([64.17.255.138]) by mx.google.com with ESMTPSA id tr10sm5402280pbc.22.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 06 Sep 2013 11:43:05 -0700 (PDT) From: aurfalien Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Proper way to share ZFS via NFS Date: Fri, 6 Sep 2013 11:43:03 -0700 Message-Id: To: FreeBSD Mailing List Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) 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: Fri, 06 Sep 2013 18:43:07 -0000 Hi, Wondering whats the correct way to share ZFS, /etc/exports or via zfs = commands which alter /etc/zfs/exports? I see a lot of both on line. Thanks in advance, - aurf =20=