----- 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.
- How do I spin up a SCSI disk after being hot swapped? Tomas Fasth
- Re: How do I spin up a SCSI disk after being hot swapp... Michael
- Re: How do I spin up a SCSI disk after being hot swapp... Marc SCHAEFER
- Re: How do I spin up a SCSI disk after being hot swapp... Brian Murphy
- Re: How do I spin up a SCSI disk after being hot s... Tomas Fasth
- Re: How do I spin up a SCSI disk after being h... Brian Murphy
- Re: How do I spin up a SCSI disk after being h... Lance Robinson
- Re: How do I spin up a SCSI disk after bei... Tomas Fasth
- Re: How do I spin up a SCSI disk afte... Lance Robinson
- Re: How do I spin up a SCSI disk ... Stephen Waters
- Re: How do I spin up a SCSI d... Tomas Fasth
- to simulate a disk failure, t... Stephen Waters
- Re: How do I spin up a SCSI disk after being hot swapp... xrr
- Re: How do I spin up a SCSI disk after being hot s... Marc SCHAEFER
