From owner-freebsd-stable@FreeBSD.ORG Wed Dec 1 17:34:25 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C98B16A4CE for ; Wed, 1 Dec 2004 17:34:25 +0000 (GMT) Received: from calvin.biaix.org (86.Red-213-97-212.pooles.rima-tde.net [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 008A643D53 for ; Wed, 1 Dec 2004 17:34:24 +0000 (GMT) (envelope-from lists-freebsd-stable@biaix.org) Received: from calvin.biaix.org (localhost.biaix.org [127.0.0.1]) by calvin.biaix.org (8.12.10/8.12.10) with ESMTP id iB1HZQsV004047 for ; Wed, 1 Dec 2004 18:35:27 +0100 (CET) (envelope-from lists-freebsd-stable@biaix.org) Received: (from joan@localhost) by calvin.biaix.org (8.12.10/8.12.10/Submit) id iB1C8307001519 for freebsd-stable@freebsd.org; Wed, 1 Dec 2004 13:08:03 +0100 (CET) (envelope-from lists-freebsd-stable@biaix.org) X-Authentication-Warning: calvin.biaix.org: joan set sender to lists-freebsd-stable@biaix.org using -f Date: Wed, 1 Dec 2004 13:08:03 +0100 From: Joan Picanyol To: freebsd-stable@FreeBSD.org Message-ID: <20041201120803.GC645@calvin.biaix.org> Mail-Followup-To: freebsd-stable@freebsd.org References: <20041129101033.GH98559@grant.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041129101033.GH98559@grant.org> User-Agent: Mutt/1.4.2.1i Subject: Re: bios disk numbers and device names X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 17:34:25 -0000 * Michael Grant [20041201 12:11]: > Is there any way to statically assign a device name to a specific disk > so that if the BIOS renumbers the disks (for example if I move around > a controller) so that the devices always come up with the same name? Yes. On 4.x you specify it on the kernel config. device da2 at scbus0 target 8 device da3 at scbus0 target 10 For 5.x, see device.hints(5) qvb -- pica