From owner-freebsd-questions@FreeBSD.ORG Wed Jan 30 15:34:56 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 1CECCA34 for ; Wed, 30 Jan 2013 15:34:56 +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 2DDAE12D for ; Wed, 30 Jan 2013 15:34:54 +0000 (UTC) Received: (qmail 22350 invoked from network); 30 Jan 2013 19:34:50 +0400 Received: from localhost-artem.itlegion.ru (HELO ?192.168.0.12?) (192.168.0.12) by 84.21.226.211 with SMTP; 30 Jan 2013 19:34:50 +0400 Message-ID: <51093D79.5010209@itlegion.ru> Date: Wed, 30 Jan 2013 19:34:17 +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 To: Paul Kraus Subject: Re: Software raid VS hardware raid References: <5106E301.4070707@itlegion.ru> <5107A500.4030902@itlegion.ru> <5107FC3C.4030701@itlegion.ru> <51090721.2010606@itlegion.ru> <51092ECA.6070808@itlegion.ru> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List 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:34:56 -0000 30.01.2013 19:28, Paul Kraus: > On Jan 30, 2013, at 10:22 AM, Warren Block wrote: > >> 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. > Note that if you do NOT mirror SWAP, then in the event of a disk failure you will most likely crash when the system tries to swap in some data from the failed drive. If you mirror swap then you do not risk a crash due to missing swap data. > > yes, that's what i wanted to say. Also, not being able to boot if first disk has some error in boot section or just strangly dead is not an option too. However, i was just thinking, if i use gmirror then bios does not know anything about it. I may set both harddisk as boot disk, but if first disk is brain damaged then bios may just stuck trying to boot from it and will not pass boot attempt to the second disk. I don't know, it depends on bios of course. But this seems to be a disadvantage to a software raid. Artem