From owner-freebsd-questions@FreeBSD.ORG Sat Feb 4 09:53:23 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 D6218106566C for ; Sat, 4 Feb 2012 09:53:23 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from avasout07.plus.net (avasout07.plus.net [84.93.230.235]) by mx1.freebsd.org (Postfix) with ESMTP id 393408FC08 for ; Sat, 4 Feb 2012 09:53:22 +0000 (UTC) Received: from curlew.milibyte.co.uk ([84.92.153.232]) by avasout07 with smtp id VltK1i004516WCc01ltMn1; Sat, 04 Feb 2012 09:53:21 +0000 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.0 cv=bJaU0YCZ c=1 sm=1 a=lfSX4pPLp9EkufIcToJk/A==:17 a=rLpCYgkgFLgA:10 a=ZTb9aqGL9YkA:10 a=8nJEP1OIZ-IA:10 a=xwI2DGm7OSfdPtRhtqAA:9 a=LdjSqseFj0dWZ6JG93QA:7 a=wPNLvfGTeEIA:10 a=lfSX4pPLp9EkufIcToJk/A==:117 Received: by curlew.milibyte.co.uk with local (Exim 4.77) (envelope-from ) id 1RtcJ5-0000wD-GK; Sat, 04 Feb 2012 09:53:19 +0000 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Sat, 4 Feb 2012 09:53:19 +0000 User-Agent: KMail/1.9.10 References: <20120203231847.5279be28@cox.net> In-Reply-To: <20120203231847.5279be28@cox.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <201202040953.19456.jmc-freebsd2@milibyte.co.uk> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-SA-Exim-Scanned: No (on curlew.milibyte.co.uk); SAEximRunCond expanded to false Cc: "Conrad J. Sabatier" Subject: Re: fixating USB Storage 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: Sat, 04 Feb 2012 09:53:23 -0000 On Saturday 04 February 2012, Conrad J. Sabatier wrote: > I don't know if anyone else has already mentioned it to you in > response to this question, but I just very recently switched over to > using volume labels to mount my partitions instead of device names. > =A0I was having an ongoing issue where this external USB drive's device > number assignment would change from one boot to the next, toggling > back and forth between da0 and da4 (strange!). Sounds similar to my experience. Normally my internal 4 slot memory card=20 reader is assigned devices da[0-3] and when the USB memory stick is=20 inserted it comes up as da4. If the USB stick is present on booting=20 then it appears as da0 and the card reader is da[1-4]. So it looks like=20 occupied slots are given priority when numbers are assigned at boot=20 time. =2D-=20 Mike Clarke