Re: SCSI Bus rescanner? Is one out there?

Kai Makisara (makisara@abies.metla.fi)
Sun, 24 Mar 1996 09:25:21 +0200 (EET)


On Sat, 23 Mar 1996, Han Holl wrote:
...
> I tried this. I have two ancient 1Gb disks, very noisy, that I use once or twice a
> week for backup purposes. I normally start without them.
> I powered them up, and did:
>
> echo "scsi scan-single-device scsi0 0 4 0" >/proc/scsi/scsi
> I was hoping the disk on ID=4 would show up, but nothing happened.
>
The command should be:

echo "scsi singledevice 0 0 4 0" >/proc/scsi/scsi

This is from a small script I use after powering up my tape. It works
very nicely.

Kai