From owner-freebsd-questions@FreeBSD.ORG Tue May 28 15:53:47 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 40D57605 for ; Tue, 28 May 2013 15:53:47 +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 02DAC388 for ; Tue, 28 May 2013 15:53:46 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r4SFrh3w046247; Tue, 28 May 2013 09:53:43 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r4SFrgla046244; Tue, 28 May 2013 09:53:42 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 28 May 2013 09:53:42 -0600 (MDT) From: Warren Block To: Polytropon Subject: Re: slice and partition in FreeBSD 9.1 In-Reply-To: <20130528063118.d1d58c3a.freebsd@edvax.de> Message-ID: References: <1369714424.25575.YahooMailNeo@web163001.mail.bf1.yahoo.com> <20130528063118.d1d58c3a.freebsd@edvax.de> 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.4.3 (wonkity.com [127.0.0.1]); Tue, 28 May 2013 09:53:43 -0600 (MDT) Cc: J Ronald , "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: Tue, 28 May 2013 15:53:47 -0000 On Tue, 28 May 2013, Polytropon wrote: > See this comparison: > > http://www.wonkity.com/~wblock/docs/html/disksetup.html > > http://www.freebsd.org/doc/en/books/handbook/geom-glabel.html > > http://www.freebsd.org/doc/handbook/disks-adding.html There is a little information on the common types here, too: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall-partitioning.html#bsdinstall-part-manual > Still you have the choice to use MBR partitioning if this is > a requirement (maybe due to hardware that has problems booting > GPT partitioned media? who knows). Some BIOS systems think GPT partitions mean the system is running UEFI. On those system, MBR is required to boot correctly. I think this is still a problem with the Thinkpad T4xx and T5xx models, possibly others.