From owner-freebsd-stable@FreeBSD.ORG Fri Feb 17 02:38:32 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D97751065672 for ; Fri, 17 Feb 2012 02:38:32 +0000 (UTC) (envelope-from wollman@hergotha.csail.mit.edu) Received: from hergotha.csail.mit.edu (wollman-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:ccb::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4F78E8FC08 for ; Fri, 17 Feb 2012 02:38:32 +0000 (UTC) Received: from hergotha.csail.mit.edu (localhost [127.0.0.1]) by hergotha.csail.mit.edu (8.14.4/8.14.4) with ESMTP id q1H2cQ23005805; Thu, 16 Feb 2012 21:38:26 -0500 (EST) (envelope-from wollman@hergotha.csail.mit.edu) Received: (from wollman@localhost) by hergotha.csail.mit.edu (8.14.4/8.14.4/Submit) id q1H2cQPs005803; Thu, 16 Feb 2012 21:38:26 -0500 (EST) (envelope-from wollman) Date: Thu, 16 Feb 2012 21:38:26 -0500 (EST) From: Garrett Wollman Message-Id: <201202170238.q1H2cQPs005803@hergotha.csail.mit.edu> To: freebsd@jdc.parodius.com In-Reply-To: <20120217021019.GA61420@icarus.home.lan> References: <4F35743B.4020302@os2.kiev.ua> <4F37DBA3.7030304@cran.org.uk> <20120213195554.O46120@sola.nimnet.asn.au> <092c01cceb40$2dc8f240$895ad6c0$@fisglobal.com> <095a01cceb54$04a38fb0$0deaaf10$@fisglobal.com> <4F3ACDE7.8060003@bit0.com> <4F3D9A7C.7080900@quip.cz> <20120217001829.GA59869@icarus.home.lan> Organization: none X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (hergotha.csail.mit.edu [127.0.0.1]); Thu, 16 Feb 2012 21:38:27 -0500 (EST) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hergotha.csail.mit.edu Cc: stable@freebsd.org Subject: Re: New BSD Installer X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 02:38:32 -0000 In article <20120217021019.GA61420@icarus.home.lan>, Jeremy Chadwick wrote: >So for version 0.90 of their metadata format, you lose drive capacity by >about 64-128KBytes, given that the space is needed for metadata. Which is exactly what geom_mirror does, amazingly enough. (Except, of course, that geom_mirror only needs one sector!) See the function mirror_label() in /usr/src/sbin/geom/class/mirror/geom_mirror.c. So if geom_mirror is not working with GPT, you should look elsewhere for the culprit. -GAWollman