Smart: Difference between revisions
From DWIKI
mNo edit summary |
|||
Line 1: | Line 1: | ||
==Links== | = Disk monitoring = | ||
*[https://www.smartmontools.org/wiki/ Smartmontools wiki] | |||
*[https://wiki.unraid.net/Understanding_SMART_Reports Understanding SMART reports] | == Links == | ||
*https://www.thomas-krenn.com/en/wiki/SMART_tests_with_smartctl | |||
*[https://www.thomas-krenn.com/en/wiki/Smartmontools_with_MegaRAID_Controller Smartmontools with megaraid] | *[https://www.smartmontools.org/wiki/ Smartmontools wiki] | ||
*https://wiki.archlinux.org/index.php/S.M.A.R.T. | *[https://wiki.unraid.net/Understanding_SMART_Reports Understanding SMART reports] | ||
*[https://www.thomas-krenn.com/en/wiki/SMART_tests_with_smartctl https://www.thomas-krenn.com/en/wiki/SMART_tests_with_smartctl] | |||
*[https://www.thomas-krenn.com/en/wiki/Smartmontools_with_MegaRAID_Controller Smartmontools with megaraid] | |||
*[https://wiki.archlinux.org/index.php/S.M.A.R.T https://wiki.archlinux.org/index.php/S.M.A.R.T]. | |||
= Tools = | |||
*smartctl | |||
*gsmartcontrol | |||
= = | |||
= Useful commands = | |||
== enable smart == | |||
smartctl -i /dev/sda | smartctl -i /dev/sda | ||
==check smart status== | |||
== check smart status == | |||
smartctl -a /dev/sda | smartctl -a /dev/sda | ||
| |||
= Some codes and messages = | |||
= | == LBA_of_first_error == | ||
*[https://www.smartmontools.org/wiki/BadBlockHowto https://www.smartmontools.org/wiki/BadBlockHowto] | |||
| |||
== Device is: Not in smartctl database [for details use: -P showall] == | |||
Try | Try | ||
/usr/sbin/update-smart-drivedb | /usr/sbin/update-smart-drivedb | ||
otherwise check out https://www.smartmontools.org/wiki/FAQ#MyATASATAdriveisnotinthesmartctlsmartddatabase | |||
otherwise check out [https://www.smartmontools.org/wiki/FAQ#MyATASATAdriveisnotinthesmartctlsmartddatabase https://www.smartmontools.org/wiki/FAQ#MyATASATAdriveisnotinthesmartctlsmartddatabase] | |||
== Uncorrectable Sector Count == | |||
Check https://medium.com/@satyeshukumar/how-to-fix-uncorrectable-sector-count-warning-5a38c56d3faf | |||
|
Revision as of 09:14, 24 September 2020
Disk monitoring
Links
- Smartmontools wiki
- Understanding SMART reports
- https://www.thomas-krenn.com/en/wiki/SMART_tests_with_smartctl
- Smartmontools with megaraid
- https://wiki.archlinux.org/index.php/S.M.A.R.T.
Tools
- smartctl
- gsmartcontrol
Useful commands
enable smart
smartctl -i /dev/sda
check smart status
smartctl -a /dev/sda
Some codes and messages
LBA_of_first_error
Device is: Not in smartctl database [for details use: -P showall]
Try
/usr/sbin/update-smart-drivedb
otherwise check out https://www.smartmontools.org/wiki/FAQ#MyATASATAdriveisnotinthesmartctlsmartddatabase
Uncorrectable Sector Count
Check https://medium.com/@satyeshukumar/how-to-fix-uncorrectable-sector-count-warning-5a38c56d3faf