Answers for "how to know if the drive is ssd or hdd"

3

how to tell if hard drive is ssd

Run 'dfrgui' on command prompt
Posted by: Guest on February-07-2021
2

check ssd or hdd linux

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

#If the output is 1, the disk is HDD.
#If the output is 0 (zero), the disk is SDD.
#Because, SSDs won't rotate. So the output should be zero
# if you have SSD in your system.
Posted by: Guest on July-30-2020

Code answers related to "how to know if the drive is ssd or hdd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language