Check hard-drive is SSD or not – Linux
Run below command via CLI
cat /sys/block/sda/queue/rotational
If you get 0 its SSD, if 1 its not.
A Solutionist
Run below command via CLI
cat /sys/block/sda/queue/rotational
If you get 0 its SSD, if 1 its not.