From owner-freebsd-fs@freebsd.org Mon Jul 6 17:01:58 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A6A83BEA5 for ; Mon, 6 Jul 2015 17:01:58 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from douhisi.pair.com (douhisi.pair.com [209.68.5.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 687F01A8A for ; Mon, 6 Jul 2015 17:01:58 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from [10.2.2.1] (pool-173-48-121-235.bstnma.fios.verizon.net [173.48.121.235]) by douhisi.pair.com (Postfix) with ESMTPSA id 9BEB33F733 for ; Mon, 6 Jul 2015 13:01:57 -0400 (EDT) Message-ID: <559AB480.8090608@sneakertech.com> Date: Mon, 06 Jul 2015 13:01:52 -0400 From: Quartz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: FreeBSD Filesystems Subject: Re: A question about ZFS built-in SMB References: <5599496C.6010702@sneakertech.com> <20150705210306.GA1048@in-addr.com> <559A08AF.9050809@sneakertech.com> <559A14DB.3080905@sneakertech.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2015 17:01:58 -0000 > On Linux [...] You can use the share{nfs|smb} properties to > configure the shares, but it's 3rd party software (external to zfs) that > actually does the sharing. > > On FreeBSD [...] You can use the sharenfs property to > configure an nfs share, but it's the 3rd party nfs server that actually > does the sharing. And you need to do everything manually via samba to > share filesystems as the sharesmb property isn't supported. That clears it up, thanks. > Or, you can just ignore the share{nfs|smb} properties and do everything > manually, the way you would for any filesystem. That what we've always been doing, I was just wondering/hoping that maybe there was a simpler way now. Oh well.