----- Original Message -----
From: Tomas Fasth <[EMAIL PROTECTED]>
To: Brian Murphy <[EMAIL PROTECTED]>
Cc: Linux Raid List <[EMAIL PROTECTED]>
Sent: Monday, October 04, 1999 5:16 AM
Subject: Re: How do I spin up a SCSI disk after being hot swapped?


> Brian Murphy wrote:
>
> > echo "scsi add-single-disk a b c d">/proc/scsi/scsi
>
> Yes, I already use this as part of the procedure of replacing faulty
> drives. It doesn't spin up the disk for me though.

You should first use:
     echo "scsi remove-single-device a b c d" >/proc/scsi/scsi
then use:
     echo "scsi remove-single-device a b c d " >/proc/scsi/scsi

Notice the space after the d parameter, there seems to be a bug in parsing
the text that requires a space to make sure it is parsed correctly.

<>< Lance.

Reply via email to