Is my Linode HDD or SSD?
2 Replies
bthompson
Linode Staff
The guide you linked provides the following commands to tell whether your disk is HDD or SSD:
cat /sys/block/sda/queue/rotational
smartctl -a /dev/sda
However, Linodes are KVM guests, so the output of these commands are representing the emulated (virtual) disk, not the actual characteristics of physical disks on the host.
After the beta program ended, all Linodes have been running on SSDs since the official announcement in April 2014.