Is there an app that can check hard disk health periodically, or an app that just runs in the background that will notify the user that the disk is nearing the end of its useful life?
Is there an app that can check hard disk health periodically, or an app that just runs in the background that will notify the user that the disk is nearing the end of its useful life?
The app is already installed and is running in the background if you are using Ubuntu.
You can run "Disks" and see that the disk health is periodically checked.
If you click menu in the upper right corner, you can see SMART data.
If there is some problem, you will get a warning.
One way would be using smartmontools. I know this is not a unity app but a commandline tool, but it show you the disk health right now.
You can install it using
sudo apt-get install smartmontools
installed it with apt-getyou can run it using
This will run a test on the drive sda and print the results.
I hope it helps just a little :)