From owner-freebsd-questions@FreeBSD.ORG Wed Mar 8 11:55:19 2006 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 8E2CA16A420 for ; Wed, 8 Mar 2006 11:55:19 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from asmtp-out4.blueyonder.co.uk (asmtp-out4.blueyonder.co.uk [195.188.213.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CECB43D53 for ; Wed, 8 Mar 2006 11:55:18 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [62.31.10.79] (helo=[192.168.0.2]) by asmtp-out4.blueyonder.co.uk with esmtp (Exim 4.52) id 1FGxG8-0004QS-Ir; Wed, 08 Mar 2006 11:55:16 +0000 Message-ID: <440EC624.3030802@dial.pipex.com> Date: Wed, 08 Mar 2006 11:55:16 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20060305 X-Accept-Language: en MIME-Version: 1.0 To: Erik Norgaard References: <440EA3A9.8030809@locolomo.org> In-Reply-To: <440EA3A9.8030809@locolomo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Installing FreeBSD with hw SATA RAID-1 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: Wed, 08 Mar 2006 11:55:19 -0000 Erik Norgaard wrote: > Hi: > > I am new on RAID, I googled a bit on how to install freebsd with > RAID-1. But I found mostly references to software raid, and I have a > CERC SATA RAID controler (6 channel). Is this because hardware RAID-1 > "Just Works (TM)"? or how do I make sure that my raid is actually used > and not just one of the disks? > > Sorry if this is a silly question. *If* your RAID controller is supported by FreeBSD then when you boot you will see your RAID recognised as device ar0 or some other similar name, but not e.g. ad0. r == raid, d == disk. LSI MegaRaid, for example, show up as amrd0. (You may see the individual disks and then some mention of them being RAIDed, or you may just see the RAID - it depends on the controller). If the controller is supported, then it should "just work", but unless there is a CLI which works for FreeBSD then you won't be able to do things like rebuild the RAID from within FreeBSD, only from its BIOS. It looks like the controller is supported by the aac driver so check the manpage for that. It answers your last question ;-) --Alex