From owner-freebsd-questions@FreeBSD.ORG Wed Nov 28 00:04:36 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 DA3C914D for ; Wed, 28 Nov 2012 00:04:36 +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 8B5F08FC13 for ; Wed, 28 Nov 2012 00:04:36 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qAS04ZSi060506; Tue, 27 Nov 2012 17:04:35 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qAS04ZZE060503; Tue, 27 Nov 2012 17:04:35 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 27 Nov 2012 17:04:35 -0700 (MST) From: Warren Block To: Ralf Mardorf Subject: Re: [Bulk] Re: How to create a partition for FreeBSD 9.0? In-Reply-To: <1354046327.2528.15.camel@q> Message-ID: References: <1353795280.2662.12.camel@q> <20121124233520.7ad4b4be.freebsd@edvax.de> <1353798889.2662.46.camel@q> <20121125002717.11a61c8d.freebsd@edvax.de> <1353807268.2773.16.camel@q> <20121125131908.671f6d31.freebsd@edvax.de> <1353846552.2508.23.camel@q> <1353877782.2508.225.camel@q> <1354029192.2827.11.camel@q> <1354046327.2528.15.camel@q> 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]); Tue, 27 Nov 2012 17:04:35 -0700 (MST) Cc: freebsd-questions@freebsd.org 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: Wed, 28 Nov 2012 00:04:36 -0000 On Tue, 27 Nov 2012, Ralf Mardorf wrote: > This is from the log: > > # gpart show ada0 > => 63 625142385 ada0 MBR (298G) > 63 121274683 - free - (57G) > 121274746 503862599 2 ebr [active] (240G) > 625137345 5103 - free - (2.5M) > > # gpart add -t freebsd -i1 ada0 > ada0s1 added > > Now it becomes complicated, since the log is a mess: > > => 63 625142385 ada0 MBR (298G) > 63 121274622 1 freebsd (57G) > 121274685 61 - free - (30k) > 121274746 503862599 2 ebr [active] (240G) > 625137345 5103 - free - (2.5M) That looks okay. > # gpart show ada0s1 > => 0 121274622 ada0s1 EBR (57G) > 0 121274622 - free - (57G) > > # gpart create -s bsd ada0s1 > gpart: geom 'ada0s1': File exists Sorry, no idea on that. Because of the extended partitions, maybe.