1. 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)