From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 17 11:18:32 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD5316A4CE; Thu, 17 Feb 2005 11:18:32 +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 7CFE843D1D; Thu, 17 Feb 2005 11:18:30 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [192.168.252.2] (dhcp150.deepcore.dk [194.192.25.150] (may be forged)) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id j1HBICl4058285; Thu, 17 Feb 2005 12:18:14 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <42147D5A.8090900@DeepCore.dk> Date: Thu, 17 Feb 2005 12:17:46 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050116) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Amandeep Pannu References: <20050119103214.A27409@pooker.samsco.org> <36639.69.36.228.194.1108603989.squirrel@69.36.228.194> In-Reply-To: <36639.69.36.228.194.1108603989.squirrel@69.36.228.194> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.7 cc: yoke an cc: freebsd-hackers@freebsd.org cc: Scott Long Subject: Re: freebsd problem: Cannot detect Hard Disks as RAID X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 11:18:32 -0000 Amandeep Pannu wrote: > Hi all, >=20 > I have this Supermicro MB P4SCI and I am using the onboard SATA > controllers and making a RAID of two Seagate 80Gb SATA drives but when = I > try to install FreeBSD 4.11 it doesnt see the drives configured as RAID= =2E > Any ideas as if this is supported or not. >=20 > If I try single drives wihout RAID it sees them happily. The RAID metadata format is not supported. You can try 5.3-stable or -current plus the ATA-mkIII patches I've=20 posted on -stable and -current. --=20 -S=F8ren