From owner-freebsd-questions@FreeBSD.ORG Tue Jan 29 16:44:12 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B082D7F6 for ; Tue, 29 Jan 2013 16:44:12 +0000 (UTC) (envelope-from matrix@itlegion.ru) Received: from corpmail.itlegion.ru (corpmail.itlegion.ru [84.21.226.211]) by mx1.freebsd.org (Postfix) with SMTP id A6923861 for ; Tue, 29 Jan 2013 16:44:11 +0000 (UTC) Received: (qmail 13189 invoked from network); 29 Jan 2013 20:44:09 +0400 Received: from localhost-artem.itlegion.ru (HELO ?192.168.0.12?) (192.168.0.12) by 84.21.226.211 with SMTP; 29 Jan 2013 20:44:09 +0400 Message-ID: <5107FC3C.4030701@itlegion.ru> Date: Tue, 29 Jan 2013 20:43:40 +0400 From: Artem Kuchin Organization: IT Legion User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 CC: freebsd-questions@freebsd.org Subject: Re: Software raid VS hardware raid References: <5106E301.4070707@itlegion.ru> <5107A500.4030902@itlegion.ru> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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, 29 Jan 2013 16:44:12 -0000 29.01.2013 18:57, Warren Block: > On Tue, 29 Jan 2013, Artem Kuchin wrote: > > The Handbook chapter on gmirror talks about the problems with GPT and > GEOM metadata. In short: right now, they conflict. It's possible to > mirror GPT partitions, but be aware that if you mirror more than one > partition on a drive, a rebuild after replacing a drive could thrash > the heads as mirrors are rebuilt simultaneously. > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-mirror.html > > > So, gmirror+GPT=conflict on last sector GPT+gmirror = hardrive head kill nice... So, for no more than 2TB disks the best way to go is GMIRROR of the drive +PARTITION on top of it? Or maybe there is a way to instruct gmirror do rebuild only what i say (manual rebuild) ? Artem