From owner-freebsd-current@FreeBSD.ORG Tue Sep 27 02:16:01 2011 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 5D6041065673; Tue, 27 Sep 2011 02:16:01 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (mail.in-addr.com [IPv6:2001:470:8:162::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2B2448FC13; Tue, 27 Sep 2011 02:16:01 +0000 (UTC) Received: from gjp by noop.in-addr.com with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1R8NDD-000F6W-QP; Mon, 26 Sep 2011 22:15:59 -0400 Date: Mon, 26 Sep 2011 22:15:59 -0400 From: Gary Palmer To: Arnaud Lacombe Message-ID: <20110927021559.GF57708@in-addr.com> References: <201109260053.SAA25795@lariat.net> <201109260927.02540.jhb@freebsd.org> <201109262035.OAA17199@lariat.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on noop.in-addr.com); SAEximRunCond expanded to false Cc: Adrian Chadd , freebsd-current@freebsd.org, Benjamin Kaduk Subject: Re: Experiences with FreeBSD 9.0-BETA2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2011 02:16:01 -0000 On Mon, Sep 26, 2011 at 09:11:12PM -0400, Arnaud Lacombe wrote: > Hi, > > On Mon, Sep 26, 2011 at 8:17 PM, Adrian Chadd wrote: > > .. I do FreeBSD installs on 1GB flash disks. You know, so I don't have > > to nuke the windows install. Just so I can test out things. :) > > > > If people would like to see a more detailed partition editor, please > > supply patches to bsdinstall to do so. :-) > > I'd love to have multiple options - "use all for one partition", "do > > sysinstall-style auto partitioning". > > This is much more fun with GPT partitions where there's no 6 slice limit, right? > > > Yes, if you forgot about BSD disklabel. I do not really know where > your 6 slice limit comes from, I used to have FreeBSD 5.x system with > slices up to 'i' or 'j'. BSD disklabel is limited to a maximum of 8 slices per MBR partition. The 'c' slice is reserved for the entire disk which leaves you with 7 usable. Not sure where the 6 number comes from unless you always block 'b' off for swap, or perhaps Adrian was meaning the old rule in sysinstall that seemed to only used the 'a' slice for the root partition. Theoretically you could probably end up with 28 slices (7 slices for each of 4 MBR partitions), maybe more if you delve into the murky underworld of extended partitions. "man disklabel" shows that the highest slice can be 'h', and I believe its correct. Gary