How check SSD health in linux

Table of Contents

For checking health ssd in linux we are need some programm smartmontools

Let’s get it

sudo apt install smartmontools

And check success install

sudo smartctl --version

Now we need check all drive in PC

lsblk

Then check Overall health

sudo smartctl -H /dev/pastYourDisk – like nvme0n1

For all the parameters

sudo smartctl -a /dev/pastYourDisk – like nvme0n