From owner-freebsd-questions@FreeBSD.ORG Wed Jan 30 15:22:23 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AA9AE5FA for ; Wed, 30 Jan 2013 15:22:23 +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 6D26F7C for ; Wed, 30 Jan 2013 15:22:23 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r0UFMJQ7038682; Wed, 30 Jan 2013 08:22:19 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r0UFMJ4q038679; Wed, 30 Jan 2013 08:22:19 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 30 Jan 2013 08:22:19 -0700 (MST) From: Warren Block To: Artem Kuchin Subject: Re: Software raid VS hardware raid In-Reply-To: <51092ECA.6070808@itlegion.ru> Message-ID: References: <5106E301.4070707@itlegion.ru> <5107A500.4030902@itlegion.ru> <5107FC3C.4030701@itlegion.ru> <51090721.2010606@itlegion.ru> <51092ECA.6070808@itlegion.ru> 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]); Wed, 30 Jan 2013 08:22:19 -0700 (MST) Cc: freebsd-questions@freebsd.org 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: Wed, 30 Jan 2013 15:22:23 -0000 On Wed, 30 Jan 2013, Artem Kuchin wrote: > 30.01.2013 18:06, Warren Block: >>>> >>>> GPT partitions should work, just limit it to one mirrored partition per >>>> drive. >>> >>> Please, clarify what you mean here. >> >> If only one GPT partition on a drive is mirrored with another GPT partition >> on another drive, head contention never comes up. There is only one >> mirror. >> >> It does nearly eliminate the usefulness of GPT partitioning. >> > Um... and how can i do that if i have a simple mirror with two drives and > want to mirror everything on them? As i understand i will have at least > bootable, swap and ufs parttions on those drives, that is 3 partitions at > least. If you want to use the same drive for booting, it's possible. Create all three partitions on both drives manually. Then mirror the freebsd-ufs partition only. The contents of the freebsd-boot partition don't change often, and swap does not have to be mirrored. Not that it's easy or convenient, but it's an option.