Last active
August 7, 2019 17:38
-
-
Save romach/6904c96ba9b1859601baaa71f9d4cdea to your computer and use it in GitHub Desktop.
How to check out SSD disk health in Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install **Gnome Disk Utility** | |
| sudo apt-get install gnome-disk-utility | |
| # Start via command: | |
| gnome-disks | |
| # Then select in menu 'SMART Data & Self-Tests' or use `Ctrl+S` shortcut. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Perfect answer to the Problem i was looking for