[3093] in linux-scsi channel archive
Re: external SCSI device
daemon@ATHENA.MIT.EDU (C.J. Oster)
Sun Jan 18 14:21:42 1998
Date: Sun, 18 Jan 1998 11:01:20 -0800 (PST)
From: "C.J. Oster" <lordvadr@phix.com>
To: Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
cc: master@gvi.net, linux-scsi@vger.rutgers.edu
In-Reply-To: <199801181756.SAA10248@faui01b.informatik.uni-erlangen.de>
That is so NOT-GOOD on the scsi bus. Under scsi-1, it was considered a
horrible deed to plug a scsi device into a working, powered-on scsi bus.
Why this is, I never asked, and I don't know if it's changed since the
invention of scsi-2, but hot-plugging a bus that is not made for it is
supposed to dammage it.
-CJO-
On Sun, 18 Jan 1998, Marcus Meissner wrote:
> Well, I even hotplugged a internal SCSI tapedrive. You just need to do:
>
> echo "scsi add-single-device 0 1 2 3" >/proc/scsi/scsi
> ^ lun
> ^ id
> ^ channel
> ^ host
>
> (So, SCSI ID 6 at my single channel Adaptec 2940U would need:
>
> echo "scsi add-single-device 0 0 6 0" >/proc/scsi/scsi
>
> Ciao, Marcus
>