From owner-freebsd-questions@FreeBSD.ORG Thu Aug 21 08:22:51 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7FDD16A4BF for ; Thu, 21 Aug 2003 08:22:51 -0700 (PDT) Received: from webserver2.rtl.org (rtl-3.i2k.com [63.94.12.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDEBD43FF5 for ; Thu, 21 Aug 2003 08:22:50 -0700 (PDT) (envelope-from jstewart@rtl.org) Received: from rtl.org (rtl-2.i2k.com [63.94.12.206]) by webserver2.rtl.org (8.11.6/8.11.6) with ESMTP id h7LFHDi29112; Thu, 21 Aug 2003 11:17:13 -0400 Message-ID: <3F44E41A.2010803@rtl.org> Date: Thu, 21 Aug 2003 11:24:10 -0400 From: Jason Stewart User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christopher Raven References: <18063273.1061478187@[10.0.0.3]> In-Reply-To: <18063273.1061478187@[10.0.0.3]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Problems with PCI RAID installation on FreeBSD 4.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 15:22:52 -0000 Christopher Raven wrote: > Hi, > I am trying to install FreeBSD 4.8 onto an Intel ISP2150 that I have > ripped the SCSI cabling and boards from in place of a PCI RAID system. > All seems to have gone well and I can boot and configure the RAID card > locally (4x80GB). However, FreeBSD insists in seeing the RAID > (supposedly striped and mirrored) as 4 separate disks... ad4 -> 7. > > Is this correct? Do I need to change something here in FreeBSD as I > can't see anything obvious in the docs or from searching the web on this? It could be correct if you haven't set up your RAID card correctly. Is it a hardware or software controlled RAID card. If it's hardware controlled, you have to set up your RAID configuration in the card so FreeBSD recognizes it as 1 disk. If it's software controlled, cou can use something like ccd or vinum. See this articles for more info on vinum: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/vinum/index.html Or the RAID section from the trusty handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/raid.html Good Luck, Jason