From owner-freebsd-current@FreeBSD.ORG Fri Jun 25 08:24:31 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90ED416A4CE for ; Fri, 25 Jun 2004 08:24:31 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB5BA43D41 for ; Fri, 25 Jun 2004 08:24:30 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i5P8NaPm099978; Fri, 25 Jun 2004 10:23:42 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <40DBE109.6010007@DeepCore.dk> Date: Fri, 25 Jun 2004 10:23:37 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.5 (X11/20040329) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brad Knowles References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: 'FreeBSD Current' cc: Daniel Eriksson Subject: Re: Multiple choices for RAID-0, best performance? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 08:24:31 -0000 Brad Knowles wrote: > My understanding is that regular vinum won't work on 5.x, you need > geom-vinum for that. Recent postings from Søren have lead me to believe > that none of the ataraid stuff works with 5.x, either -- you can use > them as plain ATA controllers, but the RAID stuff has not yet been > worked out. Wrong, ataraid works fine on 5.x. However there are some ATA software RAID setups that I havn't done the metadata code for yet, but they'll get there eventually time permitting. You can always use atacontrol to setup a RAID on *any* ATA disk/controller setup, however you will need a BIOS with a known metadata layout (Promise/Highpoint) to be able to boot from it (se man atacontrol(1) for details).. -- -Søren