S.M.A.R.T.: Difference between revisions

 
Line 22: Line 22:
DEVICE=/dev/sda
DEVICE=/dev/sda
sudo smartctl -t long $DEVICE
sudo smartctl -t long $DEVICE
sudo watch -d--cumulative -n 10 smartctl -a $DEVICE
sudo watch -d--cumulative -n 10 smartctl -l selftest $DEVICE
</syntaxhighlight>
</syntaxhighlight>