From owner-freebsd-questions@FreeBSD.ORG Thu Jun 22 08:26:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7E89716A4DF for ; Thu, 22 Jun 2006 08:26:41 +0000 (UTC) (envelope-from howie@thingy.com) Received: from tasmania.network-i.net (tasmania.network-i.net [212.21.121.160]) by mx1.FreeBSD.org (Postfix) with SMTP id 14FDA43E88 for ; Thu, 22 Jun 2006 08:26:28 +0000 (GMT) (envelope-from howie@thingy.com) Received: (qmail 41890 invoked from network); 22 Jun 2006 08:26:26 -0000 Received: from nat1.network-i.net (HELO ?10.1.1.134?) (212.21.99.52) by tasmania.network-i.net with SMTP; 22 Jun 2006 08:26:26 -0000 Message-ID: <449A544B.5050106@thingy.com> Date: Thu, 22 Jun 2006 09:26:51 +0100 From: Howard Jones User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Change detection order for firewire vs SCSI? 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: Thu, 22 Jun 2006 08:26:41 -0000 I have an old dual-P3 server with an internal SCSI backplane. I also have an external firewire drive attached to it as cheap, 'disposable' storage. It all works swimmingly apart from one thing: When the system boots, it loads the kernel from the SCSI drive OK, then at some stage it changes it's idea of what da0 is from the first SCSI drive to the firewire one, and then fails to boot since there's no da0s1a on the firewire drive. Unplugging the firewire drive and rebooting works, but means it can't be done unattended, obviously. Is there any way to stop or change this behaviour? I couldn't see anything in the sbp(4) manpage... I'm running FreeBSD 6.1-RELEASE, in case it's relevant. Thanks for any pointers. Howie