Recently I was adviced by Alan Davis (Davis <Davis_at_Tessco.Com>)
that the scu utility gives useful information, so he suggested
a simple shell script like this:
#!/bin/sh
for disk in `ls /dev/rrz*c`
do
scu -f $disk show device
done
---sram
"Black holes are where God divided by zero"
Salvador Ramirez Flandes PROFC, Universidad de Concepcion, CHILE
http://www.profc.udec.cl/~sram mailto:sram_at_profc.udec.cl
Received on Fri May 14 1999 - 02:43:25 NZST