


#Linux test ssd health install#
If we need more information about our SSD, run the following command: sudo smartctl -data -A /dev/sda To assess disk health in Ubuntu and other Linux distributions, install the smartmontools package and use the smartctl utility from the terminal. START OF INFORMATION SECTION Model Family: Samsung based SSDs Device Model: SAMSUNG MZ7LM480HCHP-00003 Serial Number: S1YJNXAH102923 LU WWN. Use Smartmontools on regular drive or software raid. In our case, 95 means that our SSD drive is in a 95% condition.Ī higher value indicates a better condition. To disable Smart Capability for the disk /dev/sda. You can use Mint pre-installed Disks utiltity to see wear leveling count on the SSD. You should see something like this: 231 SSD_Life_Left 0x0000 095 095 000 Old_age Offline - 95 Once installed, run the following command in the terminal (in our case ‘sda’ is the volume we are checking, but you might need to replace it depending on the id of yours, for eample: sdb, sdc, etc.): sudo smartctl -a /dev/sda | grep SSD_Life_Left In this article, we’ll walk you through the process of installing and using smartctl to check your SSD health in Linux.įor Ubuntu, Mint or Debian based distributions: apt-get install smartmontoolsįedora, Centos or Red Hat based distributions: yum install smartmontoolsīut for most distros, we can install it using the application installer or the package manager/installer. However, before you can use it, you’ll need to make sure the smartmontools package is installed on your system. Now open PowerShell as administrator, and run the Get-PhysicalDisk cmdlet on its own to return basic information about your SSD. Are you a Linux user looking for an easy way to check the health of your SSD? The smartctl tool is here to help! Part of the smartmontools package, smartctl allows you to check the health of your SSD from the command line.
