From owner-freebsd-questions@FreeBSD.ORG Tue Nov 10 23:53:17 2009 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 B134F106566B for ; Tue, 10 Nov 2009 23:53:17 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id 42DED8FC16 for ; Tue, 10 Nov 2009 23:53:16 +0000 (UTC) Received: by ewy18 with SMTP id 18so608267ewy.43 for ; Tue, 10 Nov 2009 15:53:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=QFOf0Hbl91wSphT8UfzBjhrxsh2bdxvljBOf7kYOo78=; b=kJxxl43Maup8pNn41meLjgKC60c5v78/7iXNJrjrjBziJtDTFJOKp4CYwVpK3dP1cs ScqyLbpuTlHsUcw7RHSDLG//uSfGFuFHLcYnvPwP6oVE9azXkc4Jf9/y5u0f0E0GGuOy lIWkHT8RwpLKBeB0cgj4WboMssLkQNII8QkMg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=aBk34x+2nBJO0qx5XRGlI2ahX8cEVNpQ8f7PBrHrZTG7C2BeBK6uVrbeNNyNTnM7K5 FODV7qAL6nsSaQYizaL2u13uKrcv7JWrcEaPJZ3e6S78FQlwhoWR8M6CNQ8Bw2RxHhB8 g4kB9vPIDZkP3R2T9UGUqDp7BJ9y9WSTWEMTM= Received: by 10.216.89.149 with SMTP id c21mr241399wef.224.1257897196149; Tue, 10 Nov 2009 15:53:16 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 10sm2810659eyd.6.2009.11.10.15.53.09 (version=SSLv3 cipher=RC4-MD5); Tue, 10 Nov 2009 15:53:15 -0800 (PST) Date: Tue, 10 Nov 2009 23:52:46 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20091110235246.4eefd728@gumby.homeunix.com> In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3394F75F@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3394F75F@MBX03.exg5.exghost.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Renaming USB device 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, 10 Nov 2009 23:53:17 -0000 On Tue, 10 Nov 2009 17:19:39 -0600 Peter Steele wrote: > When a system has a USB drive present, the system typically names > it /dev/da0. However, if the system has SATA drives hooked to an LSI > controller, or if the system has SCSI drives, the same drive prefix > is used as is for the USB drive. For our purposes, we'd like to > separate the USB drive from the main hard drives as far as the drive > prefix is concerned, for example something like /dev/usb0 would be > ideal. I realize this is something that likely has to be done in the > form of a kernel patch, but the question is can it be easily done you can use glabel to give the devices unique names.