From owner-freebsd-current@FreeBSD.ORG Sat Apr 30 08:40:57 2005 Return-Path: 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 3DDA816A4CE for ; Sat, 30 Apr 2005 08:40:57 +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 751B843D54 for ; Sat, 30 Apr 2005 08:40:56 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.13.3/8.13.3) with ESMTP id j3U8dD3x045784; Sat, 30 Apr 2005 10:39:13 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <4273441E.5000609@DeepCore.dk> Date: Sat, 30 Apr 2005 10:38:54 +0200 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: jondoor@udor.net References: <4272AFC6.2040907@udor.net> In-Reply-To: <4272AFC6.2040907@udor.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.12 cc: freebsd-current@freebsd.org Subject: Re: ATA RAID -- Promise SATA150 vanished /dev/ar0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 08:40:57 -0000 Jon Door wrote: > I have a Promise Fastrak SATA RAID controller (PDC20371). Running a >=20 > stripe between two 120GB drives. Running under a generic RELENG_5 the=20 > controller, its drives, and the stripe where all detect without problem= =2E=20 > /dev/ar0 was generated without any special changes. Today I upgraded to= =20 > 6.0-CURRENT. Now the Promise controller and its drives are recognized=20 > but no /dev/ar0, and no evidence of the stripe. Booting back to a=20 > RELENG_5 system show the stripe data to still be intact. I've beem read= ing > through all the ATA mkIII posts and haven't seen this specific issue, a= m=20 > I missing a step here or is this possibly an issue between the new ATA = > code and my RAID card? Are there more up to date patches for the ATA=20 > code that > I might have missed? > Thank You. >=20 > I do have the following devices in my kernel config and have tried both= =20 > a custom config and a totally generic kernel: > # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.428 2005/03/31 20:21:42 scott= l=20 > Exp $ > device ata > device atadisk # ATA disk drives > device ataraid # ATA RAID drives How did you define the array originally ? using the BIOS or atacontrol ? Does the Fasttrak BIOS see the array ? Please provide the dmesg from a verbose booted system as that will tell=20 what metadata it looks for and eventually finds. --=20 -S=F8ren