
smartctl
List of commands for smartctl:
-
smartctl:ai:ab6c3 check integrity of ssd$ smartctl -a /dev/sdatry on your machineexplain this command
-
smartctl:tldr:1b981 smartctl: Display exhaustive SMART data.$ sudo smartctl --all ${-dev-sdX}try on your machineexplain this command
-
smartctl:tldr:8c2ec smartctl: Display device information.$ sudo smartctl --info ${-dev-sdX}try on your machineexplain this command
-
smartctl:tldr:b8f9a smartctl: Start a short self-test in the background.$ sudo smartctl --test short ${-dev-sdX}try on your machineexplain this command
-
smartctl:tldr:d0c98 smartctl: Display current/last self-test status and other SMART capabilities.$ sudo smartctl --capabilities ${-dev-sdX}try on your machineexplain this command
-
smartctl:tldr:d2221 smartctl: Display SMART health summary.$ sudo smartctl --health ${-dev-sdX}try on your machineexplain this command