From owner-freebsd-questions@FreeBSD.ORG Mon Jan 28 15:44:29 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 143B390E for ; Mon, 28 Jan 2013 15:44:29 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id AE1F9661 for ; Mon, 28 Jan 2013 15:44:28 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r0SFiSuI017512; Mon, 28 Jan 2013 08:44:28 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r0SFiSfd017509; Mon, 28 Jan 2013 08:44:28 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 28 Jan 2013 08:44:28 -0700 (MST) From: Warren Block To: Carmel Subject: Re: Starting with ZFS on fresh install In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 28 Jan 2013 08:44:28 -0700 (MST) Cc: FreeBSD 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: Mon, 28 Jan 2013 15:44:29 -0000 On Mon, 28 Jan 2013, Carmel wrote: > I have a spare amd64 PC that I want to install FreeBSD 9.x on. I want > it to utilize ZFS right from the start. There are two HD's in the PC. > One will handle the "/var" partition and the other everything else. The > last FBSD installer I used was on the 7.x branch. Does the new > installer in the 9.x branch handle that automatically? As Polytropon mentioned, the PC-BSD installer can do this. > Would it be advantageous to run something like FreeDOS to remove the > existing partition information, etcetera and then reformat the dives? > They are currently formatted in Microsoft's NTFS format. No, that should not be necessary. > Also, for the 9.1 branch, I read that I have to run: > > # /usr/sbin/pkg > To bootstrap the system. I also need to place: > WITH_PKGNG= yes > in the /etc/rc.conf file. No, this is not required. The only reason to do it is if you *want* to switch to pkgng. The old package tools still work, and you can switch at a later time.