From owner-freebsd-questions@FreeBSD.ORG Sat Nov 30 21:17:41 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA2821EB for ; Sat, 30 Nov 2013 21:17:41 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E4B41A3F for ; Sat, 30 Nov 2013 21:17:41 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id rAULHd3Q099988; Sat, 30 Nov 2013 14:17:39 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id rAULHdUG099985; Sat, 30 Nov 2013 14:17:39 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 30 Nov 2013 14:17:39 -0700 (MST) From: Warren Block To: "Mike." Subject: Re: gmirror, gpart and MBR vs GPT in the Handbook In-Reply-To: <201311301303210813.05DE187E@smtp.24cl.home> Message-ID: References: <201311301303210813.05DE187E@smtp.24cl.home> 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]); Sat, 30 Nov 2013 14:17:39 -0700 (MST) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 21:17:41 -0000 On Sat, 30 Nov 2013, Mike. wrote: > The Handbook page about creating a gmirror array > ( http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-mirror.html ) > has the command: > > gpart create -s MBR mirror/gm0 > > I've read elsewhere in the handbook that GPT is preferrable to > the older and less versatile MBR scheme. Mostly, it is. > Is there a specific reason why MBR was used in the Handbook > example for creating a mirror, instead of GPT? Yes, there was, see the last paragraph of the Metadata Issues subsection, http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-mirror.html#geom-mirror-metadata > Or was it just a preference of the person who wrote that Handbook > page? That was me, and I would much prefer GPT. However, whole-disk gmirror metadata and the GPT backup table conflict.