From owner-freebsd-questions@FreeBSD.ORG Tue Jun 5 06:52:07 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 04AD1106566C for ; Tue, 5 Jun 2012 06:52:07 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) by mx1.freebsd.org (Postfix) with ESMTP id BDB8F8FC0A for ; Tue, 5 Jun 2012 06:52:06 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id q556pxUc004988; Tue, 5 Jun 2012 00:52:00 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <4FCDAC8F.5040001@dreamchaser.org> Date: Tue, 05 Jun 2012 00:51:59 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120528 Thunderbird/12.0.1 MIME-Version: 1.0 To: Warren Block References: <4FCCBDF4.1030008@dreamchaser.org> <4FCD21C0.50200@dreamchaser.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Tue, 05 Jun 2012 00:52:00 -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 Reply-To: freebsd@dreamchaser.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2012 06:52:07 -0000 On 06/04/12 15:25, Warren Block wrote: > 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: I was making some notes as I went along about that. I did decide to switch, thanks. > 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). Probably should have read mail sooner... I found the wikipedia article http://en.wikipedia.org/wiki/GUID_Partition_Table exactly what I needed to make sense of gpart. Once you understand how the dang thing is laid out, the commands make sense. Without that, it's pretty difficult (for me, anyway) to figure out how it knows what it needs to know to get it done. Thanks