From owner-freebsd-stable@FreeBSD.ORG Tue Mar 29 19:50:38 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E63C16A4CE for ; Tue, 29 Mar 2005 19:50:38 +0000 (GMT) Received: from nulis.lt (81-7-82-170.ip.takas.lt [81.7.82.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBBAC43D53 for ; Tue, 29 Mar 2005 19:50:37 +0000 (GMT) (envelope-from bob@nulis.lt) Received: from highland.tamsa ([10.0.1.1]) by nulis.lt with esmtp (Exim 4.50 (FreeBSD)) id 1DGMkk-00077H-TG; Tue, 29 Mar 2005 22:51:54 +0300 Message-ID: <4249B189.5060200@nulis.lt> Date: Tue, 29 Mar 2005 22:50:33 +0300 From: Saulius Menkevicius User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: James Wood References: <0MKz5u-1DF0Cp3ZSZ-0008TK@mrelay.perfora.net> <20050327130715.K35584@carver.gumbysoft.com> In-Reply-To: <20050327130715.K35584@carver.gumbysoft.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: installing FreeBSD on partition of a SATA Intel 865 raid0 volume X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 19:50:38 -0000 Doug White wrote: >On Fri, 25 Mar 2005, James Wood wrote: > > > >>How do you setup FreeBSD on a partition of a raid0 volume? I downloaded >>FreeBSD 5.3, then made a 60 GB partition in my raid volume, and then went to >>boot from the CD. It did not see any raid volumes, it just sees two HDs. >> >> > >FreeBSD does not recognize the Adaptec HostRAID metadata so you will not >be able to use RAID volumes configured with the HostRAID BIOS. You can use >atacontrol to create FreeBSD software RAIDs, however. > > > Actually there are is an unofficial patch to support the RAID0 mode in ICH5-R. http://www.ambrisko.com/doug/ata/ contains the patch, and I used it without problems for half a year in an i865pe/ich5-r configuration with RAID0 disk setup. (That was an older version of the patch, though). You will need another disk (a third one) to recompile the kernel after applying the patch, then boot it in the same system as the raid array. After booting the new kernel you'll see the raid volume as /dev/ar0 (AFAIR). The ad0/ad1 will still be visible. Then you'll need to setup the freebsd partition on ar0, disklabel it, mkfs and copy freebsd installation from this 3rd disk to the ar0 raid array. Then you'll need to setup boot loader (man boot0cfg, man boot). It needs some tinkering before it works, but sure it is possible to. Hope it helps.