Date: Sun, 15 May 2011 10:14:30 +0930 From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: Thomas Krause <freebsd-stable@chef-ingenieur.de> Cc: freebsd-stable <freebsd-stable@FreeBSD.org> Subject: Re: setting usb disc to da1 Message-ID: <099343A5-890F-464D-89DF-593DB7C651FF@gsoft.com.au> In-Reply-To: <4DCE9A88.2030500@chef-ingenieur.de> References: <4DCC5358.4050705@chef-ingenieur.de> <34458417-0D7A-493E-8C52-F3095000D764@gsoft.com.au> <4DCE9A88.2030500@chef-ingenieur.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On 15/05/2011, at 24:36, Thomas Krause wrote: > I'm not sure with /boot/devices.hint. Could you give me a hint, how to > set >=20 > # camcontrol devlist > <AMCC 9500S-4LP DISK 2.08> at scbus0 target 0 lun 0 = (da0,pass0) > <Samsung G3 Station > at scbus1 target 0 lun 0 = (pass1,da1) >=20 > the Samsung G3 permanently to da1 (the AMCC must be da0). > (This is a productive system and I don't want to do tests ...) I think the following will work.. hint.scbus.0.at=3D"twa0" hint.da.0.at=3D"scbus1" hint.scbus.1.at=3D"umass-sim0" hint.da.1.at=3D"scbus0" Unfortunately I can't check the system I tested this on at the moment. I would strongly suggest you use glabel & UFS IDs (or GPT IDs if you = used GPT when installing) in fstab rather than wiring device nodes. -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?099343A5-890F-464D-89DF-593DB7C651FF>