From owner-freebsd-stable@FreeBSD.ORG Thu May 12 23:37:56 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3260F106566B for ; Thu, 12 May 2011 23:37:56 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (unknown [IPv6:2001:44b8:7c07:5581:266:e1ff:fe0c:8f16]) by mx1.freebsd.org (Postfix) with ESMTP id EA9178FC0A for ; Thu, 12 May 2011 23:37:53 +0000 (UTC) Received: from ur.dons.net.au (ppp203-122-208-198.lns5.adl6.internode.on.net [203.122.208.198]) (authenticated bits=0) by cain.gsoft.com.au (8.14.4/8.14.3) with ESMTP id p4CNbbEl071154 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Fri, 13 May 2011 09:07:38 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: "Daniel O'Connor" In-Reply-To: <4DCC5358.4050705@chef-ingenieur.de> Date: Fri, 13 May 2011 09:07:37 +0930 Content-Transfer-Encoding: quoted-printable Message-Id: <34458417-0D7A-493E-8C52-F3095000D764@gsoft.com.au> References: <4DCC5358.4050705@chef-ingenieur.de> To: Thomas Krause X-Mailer: Apple Mail (2.1084) X-Spam-Score: 0.163 () BAYES_00,RDNS_DYNAMIC X-Scanned-By: MIMEDefang 2.67 on 203.31.81.10 Cc: freebsd-stable@freebsd.org Subject: Re: setting usb disc to da1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2011 23:37:56 -0000 On 13/05/2011, at 7:08, Thomas Krause wrote: > I've plugged a USB disc to a FreeBSD System and it's dedected as da1: >=20 > da1: Fixed Direct Access SCSI-2 device >=20 > But when rebooting the machine, it becomes da0 and I cannot boot the > system. What's the trick to set the USB disc to da1 permanent? You can, to some degree, wire the device with.. hint.scbus.0.at=3D"umass-sim0" hint.da0.at=3D"scbus0" However I would recommend using GPT IDs, UFS IDs or GEOM labels in fstab = so the underlying device name is irrelevant. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C