execute SMART smartctl params on each drive
[gnt-info] / gnt-smart.sh
1 #!/bin/sh -e
2
3 ls /dev/sd? | xargs -i sh -ec 'echo -n "{}\t" ; smartctl -l selftest {} | grep "^# 1"'