smartctl
View a disk's SMART data and other information.
- View SMART health summary:
sudo smartctl --health {/dev/sdX}
sudo smartctl --info {/dev/sdX}
sudo smartctl --test short {/dev/sdX}
- View current/last self-test status and other SMART capabilities:
sudo smartctl --capabilities {/dev/sdX}
- View SMART self-test log (if supported):
sudo smartctl --log selftest {/dev/sdX}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).