From owner-freebsd-fs@FreeBSD.ORG Wed Jun 18 06:38:46 2008 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2903C106564A for ; Wed, 18 Jun 2008 06:38:46 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [IPv6:2001:418:1::39]) by mx1.freebsd.org (Postfix) with ESMTP id 0819B8FC1D for ; Wed, 18 Jun 2008 06:38:46 +0000 (UTC) (envelope-from randy@psg.com) Received: from [202.214.86.146] (helo=rmac.psg.com) by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1K8rJc-0000b8-6K; Wed, 18 Jun 2008 06:38:44 +0000 Message-ID: <4858AD72.3090707@psg.com> Date: Wed, 18 Jun 2008 15:38:42 +0900 From: Randy Bush User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: "Ernst W. Winter" References: <26377.150.101.214.246.1213676733.squirrel@legios.org> <20080617202026.GA1997@ewinter.org> <20080617213218.GA27283@eos.sc1.parodius.com> <48582DE7.4010009@psg.com> <20080618063542.GC19490@ewinter.org> In-Reply-To: <20080618063542.GC19490@ewinter.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-fs@FreeBSD.org Subject: Re: installation of zfs X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2008 06:38:46 -0000 Ernst W. Winter wrote: > On Wed, 18 Jun 2008, Randy Bush wrote: > >>> Unless you're referring to /usr being on ZFS, which in that case you'll >>> need to run "/etc/rc.d/hostid start", then "/etc/rc.d/zfs start". Your >>> pools should load automatically. >> iff you did setmountpoint > aha, I see, and where do I set it permanently? see 'zfs setmountpoint' also in wiki and other docs. then they are mounted automagically, analogously to /etc/fstab mounts for ufs filesystems. randy