This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:storage:ssd_secure_erase [2020/04/29 18:17] gcooper |
computing:storage:ssd_secure_erase [2020/04/29 18:23] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Perform a Secure Erase of an SSD ====== | ====== Perform a Secure Erase of an SSD ====== | ||
- | **More advanced info**: https://techgage.com/article/securely-erasing-your-ssd-with-linux-a-how-to/ | + | **Secure Erase**: https://www.thomas-krenn.com/en/wiki/SSD_Secure_Erase |
- | **More**: https://grok.lsu.edu/Article.aspx? | + | **Over-Provisioning**: https://www.thomas-krenn.com/en/ |
- | **Over Provisioning**: https://www.thomas-krenn.com/en/wiki/ | + | **Advanced info**: https://techgage.com/article/securely-erasing-your-ssd-with-linux-a-how-to/ |
+ | |||
+ | **More**: https:// | ||
<note warning> | <note warning> | ||
Line 23: | Line 25: | ||
hdparm -I /dev/sdX | grep Model #Displays the drive brand and model | hdparm -I /dev/sdX | grep Model #Displays the drive brand and model | ||
hdparm -I /dev/sdX | grep frozen | hdparm -I /dev/sdX | grep frozen | ||
- | hdparm --security-erase | + | hdparm --security-erase |
</ | </ | ||