From owner-freebsd-current@FreeBSD.ORG Tue Jul 29 16:36:31 2008 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 536711065670; Tue, 29 Jul 2008 16:36:31 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id 373C58FC15; Tue, 29 Jul 2008 16:36:31 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id A9E4533C62; Tue, 29 Jul 2008 09:36:50 -0700 (PDT) Received: from postfix.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by merlin.alerce.com (Postfix) with ESMTP id 7127433C5B; Tue, 29 Jul 2008 09:36:50 -0700 (PDT) Received: by postfix.alerce.com (Postfix, from userid 501) id 4CBB6495406; Tue, 29 Jul 2008 09:36:30 -0700 (PDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18575.18190.242505.359259@almost.alerce.com> Date: Tue, 29 Jul 2008 09:36:30 -0700 To: Stefan Lambrev In-Reply-To: <488F0C71.9010902@moneybookers.com> References: <20080727125413.GG1345@garage.freebsd.pl> <488F0C71.9010902@moneybookers.com> X-Mailer: VM 7.19 under Emacs 22.1.50.1 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailman-Approved-At: Tue, 29 Jul 2008 17:09:49 +0000 Cc: freebsd-fs@FreeBSD.org, freebsd-current@FreeBSD.org, Pawel Jakub Dawidek Subject: Re: ZFS patches. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2008 16:36:31 -0000 Stefan Lambrev writes: > Greetings, > > I just got new server where I can experiment. > Any ideas how to install current using only ZFS? > Or I should start with UFS for root partition and then move to ZFS only? > Check out the tools that Yarema's put together: http://yds.coolrat.org/zfsboot.shtml You should read through them, you may need to change e.g. where you have the install CD mounted, and you'll probably want to change the list of zfs filesystems that get built, but the tools do a great job of collecting all of the little secrets for building a zfs on root system. BUT, be careful about trying to pick up and apply Pawel's latest patches. I'm currently wedged with a new kernel and automagically upgraded zfs pool and an old userland that can't cope. I can't mount my various /usr, /usr/src, etc... filesystems so I can't installworld with the patched stuff. Catch-22. Fortunately the box was set up for just this experiment.... g.