smartctl.wht (423B)
1 # smartctl 2 3 THIS ARTICLE IS A STUB. 4 5 - Package: `smartmontools` 6 - Binary: `smartctl` 7 8 ## Getting basic info 9 10 `smartctl /dev/ID -i` 11 12 ## Getting extended info 13 14 `smartctl /dev/ID -i -a` 15 16 ## Short test 17 18 `smartctl /dev/ID -t short` 19 20 ## Long test 21 22 `smartctl /dev/ID -t long` 23 24 ## Printing results 25 26 `smartctl /dev/ID -l selftest` 27 28 ## Watching progress 29 30 `watch smartctl /dev/ID -l selftest` 31 32 [filename](../hub/linux.md ':include') 33