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: by warnaud
