Changed the to so that the drives are enumberated properly.
This commit is contained in:
parent
23411be719
commit
9b805e4944
|
|
@ -30,7 +30,7 @@ EMAIL=root
|
||||||
# You must initiate the first selective self test manually (-t select,0-${SIZE}) so smartd will know the slice size to test each day.
|
# You must initiate the first selective self test manually (-t select,0-${SIZE}) so smartd will know the slice size to test each day.
|
||||||
# To setup a full test of a 1TB disk within 20 days (one 50GB span each day), run this command once:
|
# To setup a full test of a 1TB disk within 20 days (one 50GB span each day), run this command once:
|
||||||
SIZE=99999999
|
SIZE=99999999
|
||||||
for i in $(smartctl --scan-open | awk {'print $2'});
|
for i in $(smartctl --scan-open | awk {'print $1'});
|
||||||
do
|
do
|
||||||
echo ${i};
|
echo ${i};
|
||||||
smartctl -t select,0-${SIZE} ${i}
|
smartctl -t select,0-${SIZE} ${i}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue