Check hard disk SMART status
-
From command line
sudo smartctl -a <device-name>
where
<device-name>
can be/dev/sda
. -
From GUI in KDE
Go to “Info Center” → “Devices” → “SMART Status” and open “Partition Manager” of the target disk.
In the opened “KDE Partition Manager”, the SMART status can be checked and exported to an HTML file.
At the moment, the “Read Error Rate” of my newly purchased Ironwolf 4TB disk registers a very high value
213,121,160
, in hexadecimal is0x00000cb3f888
. According to here, the lowest 32 bits of this value represents the number of operations, while the highest 16 bits are the number of errors. Therefore, there is no problem with my new disk. By running Seagate’s own disk health diagnostic tool, the reported disk status is also OK.