Forrest logo
tool overview
On this page you find all important commands for the CLI tool smartctl. If the command you are looking for is missing please ask our AI.

smartctl

Smartctl is a powerful command line tool used for monitoring and analyzing S.M.A.R.T. (Self-Monitoring, Analysis, and Reporting Technology) data of hard drives and solid-state drives (SSDs). It is available on various operating systems including Linux, Windows, and macOS.

With smartctl, users can retrieve detailed information about their storage devices such as model, serial number, firmware version, and capacity. It can display the overall health status and temperature of the drive, allowing users to assess its condition and potential failure risks.

The tool provides access to S.M.A.R.T. attributes, which are data points that offer insights into specific aspects of drive health and performance. Users can monitor attributes like read error rate, spin-up time, and seek error rate, which can help identify early signs of deterioration.

Smartctl supports both ATA and SCSI devices, enabling users to monitor a wide range of storage technologies such as hard disk drives (HDDs), solid-state drives (SSDs), and even USB drives.

Users can execute self-tests on their drives using smartctl to evaluate and analyze various aspects of the device. Short and long self-tests can be performed, providing valuable information on drive integrity and ensuring early detection of potential problems.

The tool also allows users to control and configure certain drive features. They can enable or disable Automatic Acoustic Management (AAM) and Advanced Power Management (APM), adjust the spindown time, or set the standby mode.

Smartctl provides the ability to run advanced diagnostics and error scanning on drives, helping users identify and resolve specific issues. This feature can be particularly helpful when troubleshooting performance or reliability problems.

Users can set up email notifications for critical S.M.A.R.T. events using smartctl. This feature can help ensure that users receive prompt warnings if their drives are exhibiting abnormal behavior or are nearing failure.

The smartctl output is highly customizable, offering various formatting options and output levels to provide the desired information in a clear and concise manner. This flexibility allows users to tailor the output to their specific requirements.

Smartctl is widely used by system administrators, IT professionals, and tech enthusiasts alike for drive monitoring, diagnostics, and maintenance tasks. Its command line interface makes it suitable for both manual usage and integration within scripts or automation workflows.

List of commands for smartctl:

  • smartctl:tldr:1b981 smartctl: Display exhaustive SMART data.
    $ sudo smartctl --all ${-dev-sdX}
    try on your machine
    explain this command
  • smartctl:tldr:8c2ec smartctl: Display device information.
    $ sudo smartctl --info ${-dev-sdX}
    try on your machine
    explain this command
  • smartctl:tldr:b8f9a smartctl: Start a short self-test in the background.
    $ sudo smartctl --test short ${-dev-sdX}
    try on your machine
    explain this command
  • smartctl:tldr:d0c98 smartctl: Display current/last self-test status and other SMART capabilities.
    $ sudo smartctl --capabilities ${-dev-sdX}
    try on your machine
    explain this command
  • smartctl:tldr:d2221 smartctl: Display SMART health summary.
    $ sudo smartctl --health ${-dev-sdX}
    try on your machine
    explain this command
tool overview