software:cli:bash:hardware
Knowing if a drive is SSD or not
cat /sys/block/sdX/queue/rotational
or
smartctl -a /dev/sdX | grep Rotational
replacing sdX by the drive (check with lsblk)
software/cli/bash/hardware.txt · Last modified: 2021/12/29 20:17 by warnaud