From owner-freebsd-questions@FreeBSD.ORG Mon Jun 4 21:25:34 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43B9F1065672 for ; Mon, 4 Jun 2012 21:25:34 +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 F2F958FC15 for ; Mon, 4 Jun 2012 21:25:33 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q54LPVes001775; Mon, 4 Jun 2012 15:25:31 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q54LPVLc001772; Mon, 4 Jun 2012 15:25:31 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 4 Jun 2012 15:25:31 -0600 (MDT) From: Warren Block To: Gary Aitken In-Reply-To: <4FCD21C0.50200@dreamchaser.org> Message-ID: References: <4FCCBDF4.1030008@dreamchaser.org> <4FCD21C0.50200@dreamchaser.org> 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, 04 Jun 2012 15:25:31 -0600 (MDT) Cc: FreeBSD Mailing List Subject: Re: bsdlabel geometry params X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2012 21:25:34 -0000 On Mon, 4 Jun 2012, Gary Aitken wrote: >> What part of the Handbook? I would suggest using gpart(8), it makes GPT partitions easy, and nasty old MBR partitions aren't any worse than with fdisk/bsdlabel. > > 19.3.2 That's the Storage chapter, section "Command Line Utilities". That is yet another section that needs updating. In the meantime, here: http://www.wonkity.com/~wblock/docs/html/disksetup.html The second half of that covers using gpart(8). I suggest using GPT partitions unless your configuration does not allow them (gmirror, for example).