From owner-freebsd-questions@FreeBSD.ORG Tue Jul 5 17:56:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DF9B16A424 for ; Tue, 5 Jul 2005 17:56:06 +0000 (GMT) (envelope-from gayn.winters@mail.bristolsystems.com) Received: from dns.bristolsystems.com (h-68-167-239-98.lsanca54.covad.net [68.167.239.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55FBA43D48 for ; Tue, 5 Jul 2005 17:56:06 +0000 (GMT) (envelope-from gayn.winters@mail.bristolsystems.com) Received: from workdog ([192.168.1.201]) by dns.bristolsystems.com (8.11.6/8.11.6) with ESMTP id j65Hu5g10078; Tue, 5 Jul 2005 10:56:05 -0700 From: "Gayn Winters" To: "'Olga Zenkova'" , Date: Tue, 5 Jul 2005 10:55:56 -0700 Message-ID: <03f301c5818a$ce7214a0$c901a8c0@workdog> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <20050703104228.16743.qmail@web50902.mail.yahoo.com> Importance: Normal Cc: Subject: RE: integrated SATA RAID controller on Intel server board SE7520bd2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 17:56:06 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Olga Zenkova > Sent: Sunday, July 03, 2005 3:42 AM > To: freebsd-questions@freebsd.org > Subject: Re: integrated SATA RAID controller on Intel server > board SE7520bd2 > Regarding multiple posts on the current ata driver in 5.4 not supporting hardware mirroring with the Intel ICH5R and ICH6R chips ... My 2 cents is to use gmirror for software mirroring as is described in http://dannyman.toldme.com/2005/01/24/freebsd-howto-gmirror-system/ There is another method, which I have also used, that has the advantage of not needing to go into Fixit mode using the 5.4 boot CD (hence it can be executed remotely); however, it takes more typing and more reboots. It is described here: http://people.freebsd.org/~rse/mirror/ If you use the latter, note that Ralf uses ATA drives ad0 and ad1, while your SATA configuration will probably come up as ad4 and ad6. You need to make the transliteration 0 --> 4 and 1 --> 6 very carefully, especially in the line for the boot loader where ad(1,a) --> ad(6,a). This latter paper also outlines how to mirror at the slice, rather than the disk, level. One final hint: if you are playing around with gmirror on the same disks, you can get into a situation where one attempt has left gmirror information on the last sector of your disks. This will confuse gmirror, and you will have to load and use gmirror to clear it out. Read the man pages on gmirror in any case!!! Best of luck, -gayn