From owner-freebsd-hackers@FreeBSD.ORG Tue May 22 13:59:47 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B834816A421 for ; Tue, 22 May 2007 13:59:47 +0000 (UTC) (envelope-from craig@tobuj.gank.org) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.freebsd.org (Postfix) with ESMTP id A51B313C457 for ; Tue, 22 May 2007 13:59:47 +0000 (UTC) (envelope-from craig@tobuj.gank.org) Received: by ion.gank.org (Postfix, from userid 1001) id 27FA811555; Tue, 22 May 2007 08:42:29 -0500 (CDT) Date: Tue, 22 May 2007 08:42:25 -0500 From: Craig Boston To: Ivan Voras Message-ID: <20070522134224.GA15806@nowhere> Mail-Followup-To: Craig Boston , Ivan Voras , freebsd-hackers@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-hackers@freebsd.org Subject: Re: GPT boot loader? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 13:59:47 -0000 On Tue, May 22, 2007 at 09:57:34AM +0200, Ivan Voras wrote: > and that the fields in the GPT are supposed to be disk-absolute (which > is not a problem on FreeBSD but may be on other systems). Grrr, this is one design "feature" of BSD disklabels that I was hoping might finally go away. But it seems the GPT designers made the same mistake :( It's quite annoying to not be able to simply dd a partition without having to fix up the offsets. The GEOM container-like metaphor is very nice but it sucks that the on-disk formats don't match. Craig