測試了兩顆都遇相同的問題
smartctl都pass,但dmesg一直有錯誤
未了解,記錄一下
更新記錄
item | note |
---|---|
20160728 | 第一版 |
目錄
smartctl
HDD dmesg
1 | a1.00: status: { DRDY ERR } |
smartctl test
- short測試大約需要2分鐘
1 | # smartctl --test=short /dev/sda |
show test result
1 | # smartctl -a /dev/sda |
smartctl -c
1 | # smartctl -c /dev/sda |
smartctl 用法
- The following command can also be used, if only the test results should are displayed:
1 | smartctl -l selftest /dev/sdc |
- Before performing a test, an approximate indication of the time duration of the various tests are displayed using the following command:
1 | smartctl -c /dev/sdc |
- The following command starts the desired test (in Background Mode):
1 | smartctl -t <short|long|conveyance|select> /dev/sdc |
- Viewing the Test Results
- In general, the test results are included in the output of the following commands:
1 | smartctl -a /dev/sdc |