Files
notes/tiddlywiki/linux - devices SSD_HDD.md

5 lines
178 B
Markdown
Raw Normal View History

2026-03-12 22:01:38 +01:00
Linux automatically detects SSD, and since kernel version 2.6.29, you may verify sda with:
cat /sys/block/sda/queue/rotational
You should get 1 for hard disks and 0 for a SSD.