From owner-freebsd-questions@FreeBSD.ORG Tue Mar 11 01:56:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 342D21065673 for ; Tue, 11 Mar 2008 01:56:31 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [74.1.12.120]) by mx1.freebsd.org (Postfix) with ESMTP id BDD098FC16 for ; Tue, 11 Mar 2008 01:56:30 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 12449 invoked by uid 1008); 11 Mar 2008 01:35:29 -0000 Received: from unknown (HELO kalins-macbook-pro.local) (kalin@el.net@74.1.12.115) by mail.el.net with ESMTPA; 11 Mar 2008 01:35:29 -0000 Message-ID: <47D5E08D.1000203@el.net> Date: Mon, 10 Mar 2008 21:29:49 -0400 From: kalin m User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: RAID 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, 11 Mar 2008 01:56:31 -0000 hi ... i have a simple RAID question(s). this is from the dmesg of a newly installed bsd7: ad4: 238475MB at ata2-master SATA150 ad6: 238475MB at ata3-master SATA150 ar0: 238472MB status: READY ar0: disk0 READY (master) using ad4 at ata2-master ar0: disk1 READY (mirror) using ad6 at ata3-master from what i understand here is that if at the time of installation i install the system on ar0 that means i'd have RAID1 made out of ad4 and ad6. right? is there any configuration to be done? how do i know what driver is being used? it says: hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 19:59:27) ............................................. hptrr: no controller detected.' that's it. thanks.