From owner-freebsd-current@FreeBSD.ORG  Fri Feb  6 00:30:29 2004
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
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 43BB016A4CE
	for <freebsd-current@freebsd.org>;
	Fri,  6 Feb 2004 00:30:29 -0800 (PST)
Received: from cmsrelay01.mx.net (cmsrelay01.mx.net [165.212.11.110])
	by mx1.FreeBSD.org (Postfix) with SMTP id 782C843D48
	for <freebsd-current@freebsd.org>;
	Fri,  6 Feb 2004 00:30:27 -0800 (PST)
	(envelope-from noackjr@compgeek.com)
Received: from uadvg129.cms.usa.net (165.212.11.129)
  by cmsoutbound.mx.net with SMTP; 6 Feb 2004 08:30:26 -0000
Received: from optimator.noacks.org [65.71.32.141] by uadvg129.cms.usa.net
	(ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.13N) 
	with ESMTP id 956iBFiEX0133M29; Fri, 06 Feb 2004 08:30:23 GMT
X-USANET-Auth: 65.71.32.141    AUTH noackjr@usa.net optimator.noacks.org
Received: from localhost (localhost [127.0.0.1])
	by optimator.noacks.org (Postfix) with ESMTP
	id D04C1610C; Fri,  6 Feb 2004 02:30:22 -0600 (CST)
Received: from optimator.noacks.org ([127.0.0.1])
 by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 43564-03; Fri,  6 Feb 2004 02:30:12 -0600 (CST)
Received: from www.noacks.org (localhost [127.0.0.1])
	by optimator.noacks.org (Postfix) with SMTP
	id 0A4B86101; Fri,  6 Feb 2004 02:30:12 -0600 (CST)
Received: from 192.168.1.10
        (SquirrelMail authenticated user noackjr)
        by www.noacks.org with HTTP;
        Fri, 6 Feb 2004 02:30:12 -0600 (CST)
Message-ID: <50857.192.168.1.10.1076056212.squirrel@www.noacks.org>
In-Reply-To: <Pine.LNX.4.44.0402052158430.7950-100000@mail.amarand.org>
References: <40215E62.10901@compgeek.com>
    <Pine.LNX.4.44.0402052158430.7950-100000@mail.amarand.org>
Date: Fri, 6 Feb 2004 02:30:12 -0600 (CST)
From: "Jon Noack" <noackjr@compgeek.com>
To: freebsd@amarand.org
User-Agent: SquirrelMail/1.4.2
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
X-Priority: 3
Importance: Normal
X-Virus-Scanned: by amavisd-new at noacks.org
Content-Transfer-Encoding: quoted-printable
cc: freebsd-current@freebsd.org
Subject: Re: HPT374 Driver in -CURRENT
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: noackjr@compgeek.com
List-Id: Discussions about the use of FreeBSD-current
	<freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Feb 2004 08:30:29 -0000

freebsd@amarand.org wrote:
> What is the best way to use the "device ataraid" kernel option while
> performing a clean installation by booting off the 5.2.1 ISO CD-ROM?
>
> This seems like a job for custom boot floppies or CDs, but I'd like the
> most graceful solution.  Also, I'm not afraid to read documentation if
> there's something else that I need to read!

This option is built into GENERIC (the default kernel that the CD-ROM use=
s
for installation and the kernel that is installed with the OS).  As such,
this should work "out of the box" with no extra configuration. The only
extra thing you should know (beyond a normal install) is that if you are
using a RAID 0 or 1 array you should only set up slices and partitions on
the ar0 (or whatever numbered ar_) device.  This is the device for the
RAID array.  The ad_ devices listed are the individual hard drives of the
array (unless you have extra hard drives).  See the thread started on
01/23 titled "ata0-raid oddness." for more info.

Remembering this little ar_ detail, just follow the handbook:
http://www.freebsd.org/handbook/

Jon Noack