Summary
To check the health of a hard drive on Linux, the smartmontools package can be used, which contains two utilities: smartcl and smartd. Smartctl can be used to check the health of a storage device, run tests, or perform other actions, and smartd can be used to schedule operations in the background.
1
2
To get a complete readout of the hard drive's S.M.A.R.T. data and overall health, pressing Ctrl + S on the keyboard will bring up an S.M.A.R.T. dashboard that prints out all of the errors and issues the selected hard drive is experiencing.
3
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
The simplest way to perform a SMART system test with Ubuntu is using the ‘Disk Utility’ under the ‘System’ > ‘Administration’ menu.
The disk utility lets you see the model, serial number, firmware, and the overall health assessment of the hard disk, as well as whether a SMART system is enabled on the hard disk.
The Beginner’s Guide to Linux Disk Utilities - How-To Geek
howtogeek.com
Summary
The smartmontools package is available in the default repositories of all major Linux distributions and contains two utilities useful to check the status of storage with S.M.A.R.T support: smartcl and smartd. Smartctl can be used to check the health of a storage device, run tests, or perform other actions, and smartd can be used to schedule operations in the background. Smartd can be used to schedule operations in the background and can be used to check the health of a storage device with a -a option.
How to check an hard drive health from the command line ... - Linux Config
linuxconfig.org
Summary
For a complete readout of your hard drive’s S.M.A.R.T. data and overall health, press Ctrl + S on the keyboard.
Pressing the Ctrl + S combination brings up an S.M.A.R.T. dashboard that prints out (in easy to read terms) all of the errors and issues the selected hard drive is experiencing.
How to check hard drive health on Linux - AddictiveTips
addictivetips.com
Hard Drive Input/Output Statistics. If you are working with computers that do lots of read/write operations, like a busy database server, for instance, you will need to check disk activity.…
Linux basic health check commands
linuxconfig.org
Test SSD/HDD Health using Gnome Disks. With GNOME disks utility you can get a quick review of your SSD drives, format your drives, create a disk image, run standard tests…
How to Test SSD/HDD Health in Linux
linuxopsys.com