From owner-freebsd-questions@FreeBSD.ORG Fri May 18 23:57:31 2012 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 58D61106566B for ; Fri, 18 May 2012 23:57:31 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 1622D8FC12 for ; Fri, 18 May 2012 23:57:30 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id q4INx9YI050576; Fri, 18 May 2012 18:59:09 -0500 (CDT) Date: Fri, 18 May 2012 18:59:09 -0500 (CDT) From: Robert Bonomi Message-Id: <201205182359.q4INx9YI050576@mail.r-bonomi.com> To: freebsd-questions@freebsd.org, tesla@sunset.tx.net In-Reply-To: Cc: Subject: Re: Optiplex 755 RAID 1 logical drive configuration ignored by FreeBSD 9.0-R installation 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: Fri, 18 May 2012 23:57:31 -0000 > From owner-freebsd-questions@freebsd.org Fri May 18 15:12:56 2012 > Date: Fri, 18 May 2012 14:58:26 -0500 (CDT) > From: tess lamont > To: freebsd-questions@freebsd.org > Subject: Optiplex 755 RAID 1 logical drive configuration ignored by FreeBSD > 9.0-R installation > > I created a RAID 1 drive in a Dell Optiplex 755, using the internal RAID > controller and two 160GB drives, naming the logical drive "freebsd90". > Within the system setup menu, the boot menu shows that "freebsd90" is the > first (and only) bootable hard drive. > > Yet when I try to install FreeBSD 9.0-R, FreeBSD ignores the hardware RAID > and sees the two separate drives, instead of seeing a single logical > drive. FreeBSD will use a hardware RAID device -only- if the particular type of RAID chip/chipset/controller is known to the included device drivers. >From some casual searching on the 'net, I can't find anything that indicates -what- RAID controller is in the Optiplex 755. IF you know, or can find that info, check: to see if that disk controller is listed. If yes, it should 'just work'. If it is not listed, you're out of luck. If you can't in the controller informtion, you'll need to post something that includes the boot-up messages showing what FreeBSD found for disks and disk controllers.