From owner-freebsd-hackers Mon Sep 10 11: 4:56 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from freebsd.dk (fw-rl0.freebsd.dk [212.242.86.114]) by hub.freebsd.org (Postfix) with ESMTP id 24EF737B403; Mon, 10 Sep 2001 11:04:53 -0700 (PDT) Received: (from sos@localhost) by freebsd.dk (8.11.3/8.11.3) id f8AI5GU53003; Mon, 10 Sep 2001 20:05:16 +0200 (CEST) (envelope-from sos) From: Søren Schmidt Message-Id: <200109101805.f8AI5GU53003@freebsd.dk> Subject: Re: HPT370 RAID or Vinum? In-Reply-To: <8846549.1000141895110.JavaMail.imail@roary.excite.com> "from john_wilson100@excite.com at Sep 10, 2001 10:11:28 am" To: john_wilson100@excite.com Date: Mon, 10 Sep 2001 20:05:05 +0200 (CEST) Cc: freebsd-hackers@freebsd.org, sos@freebsd.org Reply-To: sos@freebsd.dk X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems john_wilson100@excite.com wrote: > Hi there, > > I am trying to install FreeBSD on a (pseudo-) hardware ATA RAID volume which > consists of two striped ATA disks connected to a Highpoint HPT370 > controller. "Pseudo-" because FreeBSD detects the individual disks > (ad4/ad6) as well as the striped volume (ar0). Uhm, if a RAID array is foundm you cannot access the individual disks, the driver does not allow for that. > > Highpoint built-in RAID (ar0), or ad4/ad6 striped with Vinum? > > I reckon if the RAID functions are implemented in HPT BIOS (in software), > I'll be better off with Vinum. The RAID code is implemented in the ATA driver (ata-raid.c) and tbat takes over from the BIOS as soon as we are airborne (the BIOS is only needed and used for booting). However, there is no way to rebuild the ATA RAID from FreeBSD (that may soon change though) you have to use the BIOS for that... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message