From owner-freebsd-current@FreeBSD.ORG Tue Dec 6 19:07:11 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1E5F1065670 for ; Tue, 6 Dec 2011 19:07:11 +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 828118FC15 for ; Tue, 6 Dec 2011 19:07:11 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id pB6IkhpM010189; Tue, 6 Dec 2011 11:46:43 -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 pB6IkgkS010186; Tue, 6 Dec 2011 11:46:42 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 6 Dec 2011 11:46:42 -0700 (MST) From: Warren Block To: Sean Bruno In-Reply-To: <1323193956.19452.10.camel@hitfishpass-lx.corp.yahoo.com> Message-ID: References: <1323193956.19452.10.camel@hitfishpass-lx.corp.yahoo.com> 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, 06 Dec 2011 11:46:43 -0700 (MST) Cc: FreeBSD-Current Subject: Re: Is there a FreeBSD 9+ version of this? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2011 19:07:11 -0000 On Tue, 6 Dec 2011, Sean Bruno wrote: > http://www.freebsd.org/doc/handbook/geom-mirror.html Not in the Handbook. To make gmirror work with GPT, create GPT partitions and mirror those. I wrote an article on that using multiple partitions: http://www.wonkity.com/~wblock/docs/html/gmirror.html However, it's since been pointed out that rebuilding the mirror could suffer from head contention. Using a single GPT partition over the whole drive should not have that problem, but I haven't tested either way.