Open andrimanna opened 3 years ago
Also: how to detect SSDs? Probably with lsblk, but this needs to be investigated
See also secure erase: https://www.thomas-krenn.com/en/wiki/Perform_a_SSD_Secure_Erase
It's pretty cool and pretty secure
Also: how to detect SSDs? Probably with lsblk, but this needs to be investigated
lsblk -o NAME,ROTA
To erase a SSD use TRIM with:
# blkdiscard -f /dev/sdX