On 8/6/2004 3:17 AM, Tim Small sent forth electrons to convey:
a utility to flash the activity light on a SCSI drive...
Any ideas anyone?
Well, there are hardware raid devices that will flash the an amber or red LED to indicate failure, but that'll be specific to the device.
Flashing the activity light is easy to do with a self-rolled script, no?
#!/bin/sh
while true
do
dd or copy to cause some access
sleep 1
done
-
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