From owner-freebsd-questions@FreeBSD.ORG Tue Feb 20 19:22:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E52F16A58F for ; Tue, 20 Feb 2007 19:22:13 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from smtp807.mail.ird.yahoo.com (smtp807.mail.ird.yahoo.com [217.146.188.67]) by mx1.freebsd.org (Postfix) with SMTP id 68E8213C442 for ; Tue, 20 Feb 2007 19:22:12 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: (qmail 9823 invoked from network); 20 Feb 2007 19:22:11 -0000 Received: from unknown (HELO ?192.168.1.2?) (thomasjudge@btinternet.com@81.157.42.3 with plain) by smtp807.mail.ird.yahoo.com with SMTP; 20 Feb 2007 19:22:10 -0000 X-YMail-OSG: DPUyno8VM1km6kYmiKluW5CZpmSmr.r32UqpvPw81tLINtpYr.WGhYIbuQaUAdE_Zbv5herOeoW7uQmwaDDu_BZNbW9tUXL7qe2HuImKmCn6JjwFVlUm.bCLE7pquODpJgivjA-- Message-ID: <45DB4A70.7020202@tomjudge.com> Date: Tue, 20 Feb 2007 19:22:24 +0000 From: Tom Judge User-Agent: Thunderbird 1.5.0.9 (X11/20070104) MIME-Version: 1.0 To: Dan D Niles References: <1171996802.21181.20.camel@jane.spg.more.net> In-Reply-To: <1171996802.21181.20.camel@jane.spg.more.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Root devices changing on Dell 2950 with dual perc 5 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: Tue, 20 Feb 2007 19:22:13 -0000 Dan D Niles wrote: > I just installed FreeBSD 6.2 on a Dell 2950. I installed it on a raid 1 > on the integrated Perc 5i. The root device was /dev/mfid0s2a. > > Then, I configured a raid 5 device on the Perc 5e. Now, my root device > was /dev/mfid1s2a. As a test, I configured an additional raid 1 device > on the Perc 5e. Now my root device is /dev/mfid2s2a. > > How do I get the internal raid device to be /dev/mfid0 and not change > every time I add an external raid device? > > The machine BIOS lists the Perc 5i first, and the Perc BIOS lists the > Perc 5i as controller 0 and the Perc 5e as controller 1. > > Any ideas how to fix this? > > Thanks, > > Dan > Not a true fix but you could take a look at geom label. It will allow you to label each partition with a static device id. Tom