From owner-freebsd-questions@FreeBSD.ORG Tue Jan 10 14:15:31 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 F15F116A41F for ; Tue, 10 Jan 2006 14:15:31 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 165A143D45 for ; Tue, 10 Jan 2006 14:15:24 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 12174 invoked from network); 10 Jan 2006 14:15:24 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Jan 2006 14:15:24 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 8477F28423; Tue, 10 Jan 2006 09:15:23 -0500 (EST) Sender: lowell@be-well.ilk.org To: shih@math.jussieu.fr References: <20060109201228.GE5078@math.jussieu.fr> From: Lowell Gilbert Date: 10 Jan 2006 09:15:23 -0500 In-Reply-To: <20060109201228.GE5078@math.jussieu.fr> Message-ID: <44y81orwxw.fsf@be-well.ilk.org> Lines: 25 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: disk mapping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2006 14:15:32 -0000 Albert Shih writes: > Hi all > > I've question about freebsd disk name. > > Actually I've a server to be change, but I don't change the disk array > (external) > > On my new server I've install a FreeBSD 5.4 (without the disk array because > it's on production). When I try to switch the old server by the new one, > the kernel don't boot because the disk is re-map. When I've install the > FreeBSD the / is on /dev/da0(s*) (this is without the disk array). But > after I plug the disk array and reboot this is the disk array to have > /dev/da0. And of course the kernel don't find the /. > > How can I fix this ?. I don't have the possibility to make many test or > install with the disk array plug (because it's on production). Figure out what SCSI bus the boot disk is on, and wire it down (see scsi(4) for syntax) so that you can specify a fixed disk in fstab(5). -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/