From owner-freebsd-current@FreeBSD.ORG Mon Feb 9 07:03:25 2004 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 0EBD116A4CE for ; Mon, 9 Feb 2004 07:03:25 -0800 (PST) Received: from smtp-gw-cl-d.dmv.com (smtp-gw-cl-d.dmv.com [216.240.97.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id C900543D39 for ; Mon, 9 Feb 2004 07:03:24 -0800 (PST) (envelope-from sven@dmv.com) Received: from lanshark.dmv.com (lanshark.dmv.com [216.240.97.46]) i19ExbRv085226 for ; Mon, 9 Feb 2004 09:59:37 -0500 (EST) (envelope-from sven@dmv.com) From: Sven Willenberger To: freebsd-current@freebsd.org In-Reply-To: <1076192961.18071.10.camel@lanshark.dmv.com> References: <1076192961.18071.10.camel@lanshark.dmv.com> Content-Type: text/plain Message-Id: <1076338994.19845.10.camel@lanshark.dmv.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 09 Feb 2004 10:03:14 -0500 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.39 Subject: Re: 5.2 Install CD doesn't detect all scsi drives 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: Mon, 09 Feb 2004 15:03:25 -0000 On Sat, 2004-02-07 at 17:29, Sven Willenberger wrote: > Using a zero-channel adaptec 2010s (U320) RAID card with the following > setup: > > Bus 0: single IBM U320 36GB drive > Bus 1: three Seagate U320 72GB drives set up as RAID 5 > > (Where Bus corresponds to the SCSI channel on the Mobo - Supermicro) > > Booting from the 5.2-Release CD and during setup, the disk partition > utility only sees the RAID configuration and not the one drive. The idea > was to install the system, etc on the lone drive and the large RAID was > to be used for a data spool. I have tried various configs with the > adaptec SMOR to no avail. > It turns out that the FreeBSD 4.9-Stable install cd correctly identifies the single drive as da0 and the RAID as da1 and allows for separate configuration of each, so at least I will be able to use this box with FreeBSD :-) .... It would be nice to use 5.2 (and eventually 5.3 with the new threading) however, and I am curious as to what changed between 4 and 5 that is preventing 5 from properly recognizing this particular setup. Enabling boot logging reveals the following: DEBUG: deviceTry: attempting to open /dev/da0 DEBUG: deviceTry: open of /dev/da0 succeeded on first try DEBUG: deviceTry: attempting to open /dev/da1 DEBUG: deviceTry: making raw device for /dev/da1 [13,65546] DEBUG: deviceTry: final attempt for /mnt/dev/da1 returns -1 This occurs with 5.2.1-RC install CD as well Sven