Documentation

Linux Disk Health Check

Categories
A
Adam Birds
Published 10 August 20261 min read1 views

To perform a disk health check on a Linux machine perform the following commands:

To install the correct tools use the following command:

yum install smartmontools

Perform the health check with the following command:

smartctl -H /dev/sda
Last updated: 10 August 2026v1