How to Find Out if a Drive is a SSD or an HDD

24x7CSM

Well-known member
Registered
Joined
Sep 27, 2016
Messages
263
Points
28
So yeah in order to check if you have received SSD or HDD try the below method

On the latest kernels the SSD disks are automatically detected.

To fine Hard drive path

use

fdisk -l

Replace sda with your hard drive path.

$ cat /sys/block/sda/queue/rotational

The result of the command will be a number

1 means you have a HDD
0 means you have a SSD

Enjoy!!!
 
Latest Threads
Replies
0
Views
395
Replies
2
Views
357
Replies
1
Views
290
Replies
2
Views
883
Replies
1
Views
621
Recommended Threads
Replies
4
Views
3,732
Replies
11
Views
10,470
Replies
2
Views
4,556
Replies
22
Views
11,501

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top