From owner-freebsd-questions@FreeBSD.ORG Thu Feb 2 15:22:59 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 960BE106566B for ; Thu, 2 Feb 2012 15:22:59 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 528BD8FC0C for ; Thu, 2 Feb 2012 15:22:59 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q12FMwPU014291; Thu, 2 Feb 2012 08:22:58 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q12FMw0f014288; Thu, 2 Feb 2012 08:22:58 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 2 Feb 2012 08:22:58 -0700 (MST) From: Warren Block To: "bsalinux@gmail.com" In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 02 Feb 2012 08:22:58 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: Fixating boot drive 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, 02 Feb 2012 15:22:59 -0000 On Wed, 1 Feb 2012, bsalinux@gmail.com wrote: > I'm sure this has been asked before. I'm booting a freebsd system from > a USB stick. It is currently at da0 but if I add physical SATA drives, > it moves to da2 and further depending on number of drives. > > How can I fix the usb disk to be at da32 or some finite number so that > even if I add more devices, the boot device would still be at a finite > location. Use labels and the device number won't matter: http://www.wonkity.com/~wblock/docs/html/labels.html