From owner-freebsd-questions@FreeBSD.ORG Sun Aug 21 15:33:40 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A68E106564A for ; Sun, 21 Aug 2011 15:33:40 +0000 (UTC) (envelope-from DStaal@usa.net) Received: from mail.magehandbook.com (173-8-4-45-WashingtonDC.hfc.comcastbusiness.net [173.8.4.45]) by mx1.freebsd.org (Postfix) with ESMTP id 3FD488FC08 for ; Sun, 21 Aug 2011 15:33:39 +0000 (UTC) Received: from [192.168.1.50] (Mac-Pro.magehandbook.com [192.168.1.50]) by mail.magehandbook.com (Postfix) with ESMTP id C2742ED6; Sun, 21 Aug 2011 11:33:38 -0400 (EDT) Date: Sun, 21 Aug 2011 11:33:38 -0400 From: Daniel Staal To: Chris Brennan , FreeBSD Questions Message-ID: <2E1FAA38D0EED634E8FB1D67@mac-pro.magehandbook.com> In-Reply-To: <20110819054322.GB29687@gmail.com> References: <20110819054322.GB29687@gmail.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Re: ZFS and NFS or CIFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2011 15:33:40 -0000 --As of August 19, 2011 1:43:23 AM -0400, Chris Brennan is alleged to have said: > I have several ZFS volumes set up on my FreeBSD 8.2 (32-bit) server at > home and I am trying to figure out how to set up a NFS and/or CIFS share > of the various volumes I have created and for the life of me, I can't > figure it out. I don't really care which one or both right now (I should > learn both). I just have tons and tons of data to move from my Windows > desktop to this server and I'd like to use something other then SFTP, > even over my LAN, it's very slow. > > Many thanks to anyone who can point me in the right direction... --As for the rest, it is mine. I've only tried NFS, but it's fairly easy. Either of these are controlled by ZFS properties, set by the command `zfs set` with the property names being 'sharesmb' or 'sharenfs'. The value of the property is the options you want to use for the share. See `man zfs` for more detail, plus the docs for the type of share you decide to set up for the options. Daniel T. Staal --------------------------------------------------------------- This email copyright the author. Unless otherwise noted, you are expressly allowed to retransmit, quote, or otherwise use the contents for non-commercial purposes. This copyright will expire 5 years after the author's death, or in 30 years, whichever is longer, unless such a period is in excess of local copyright law. ---------------------------------------------------------------