On Feb 6, 2009, at 11:05 PM, Mr. James W. Laferriere wrote:
Hello Neil , In this thread you mention a (I think) script named
examinRAIDDisks .
Is this available someplace ?
I've searched the archive & it does not appear to be mentioned
anywhere but this thread .
Tia , JimL
It's just a script I wrote that runs mdadm -E on all my disks so I
don't have to keep typing all those disk names:
#!/bin/csh -x
mdadm -E \
/dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1 /dev/sdf1 /dev/sdg1 /dev/sdh1 \
/dev/sdi1 /dev/sdj1 /dev/sdk1 /dev/sdl1 /dev/sdm1 /dev/sdn1 /dev/sdo1 \
/dev/sdp1 /dev/sdq1 /dev/sdr1 /dev/sds1 /dev/sdt1 /dev/sdu1 /dev/sdv1 \
/dev/sdw1 /dev/sdx1 /dev/sdy1 /dev/sdz1 /dev/sdaa1 /dev/sdab1 /dev/sdac1
Thanks,
tjb
--
=======================================================================
| Thomas Baker email: tjb@xxxxxxx |
| Systems Programmer |
| Research Computing Center voice: (603) 862-4490 |
| University of New Hampshire fax: (603) 862-1761 |
| 332 Morse Hall |
| Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb |
=======================================================================
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html