From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 17:20:45 2008 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 6103E16A46C for ; Sun, 20 Jan 2008 17:20:45 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 2BC3313C468 for ; Sun, 20 Jan 2008 17:20:45 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: by an-out-0708.google.com with SMTP id c14so430072anc.13 for ; Sun, 20 Jan 2008 09:20:44 -0800 (PST) Received: by 10.100.165.13 with SMTP id n13mr12582550ane.38.1200849643898; Sun, 20 Jan 2008 09:20:43 -0800 (PST) Received: from smtp.home.rakhesh.com ( [82.178.102.129]) by mx.google.com with ESMTPS id y56sm5728088hsb.1.2008.01.20.09.20.42 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 20 Jan 2008 09:20:43 -0800 (PST) Received: from dogmatix (dogmatix [192.168.17.31]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 4674B1140C for ; Sun, 20 Jan 2008 21:14:32 +0400 (GST) Date: Sun, 20 Jan 2008 21:20:26 +0400 (GST) X-X-Sender: rakhesh@dogmatix.home.rakhesh.com To: freebsd-questions@freebsd.org In-Reply-To: <20080120142042.GA8576@slackbox.xs4all.nl> Message-ID: <20080120211904.D91357@dogmatix.home.rakhesh.com> References: <20080120161831.L62033@obelix.home.rakhesh.com> <20080120142042.GA8576@slackbox.xs4all.nl> X-Blog: http://rakhesh.com/ X-Notes: http://rakhesh.net/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Subject: Re: Fixing a USB disk to a specific device name 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: Sun, 20 Jan 2008 17:20:45 -0000 >> What I'd like to know is whether there's any way for me to ensure that the >> da0 disk always appears as da0. I don't want it that tomm I plug in another >> disk (or change the order of disks, though I'll be more careful with that) >> and suddenly da0 is no longer at da0! That would hamper the boot process >> ... not nice. > > It is possible, but not as daX. Use the glabel(8) utility to label your > disks. They will show up as /dev/label/ > > The daX devices are created as the device is plugged in, so AFAIK it's > impossible to permanently assign them a certain daX device. Awesome! That should do. :) I spent the better half of my day here searching the net for a possible solution! If only I had asked this list first ... Thanks, - Rakhesh http://rakhesh.net/