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:04] 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 ====== | ||
- | https:// | + | **Secure Erase**: https:// |
+ | |||
+ | **Over-Provisioning**: | ||
+ | |||
+ | **Advanced info**: | ||
+ | |||
+ | **More**: https:// | ||
<note warning> | <note warning> | ||
Line 7: | Line 13: | ||
===== hdparm ===== | ===== hdparm ===== | ||
- | You can use SystemRescueCD or other bootable gparted live system. | + | :!: You can use SystemRescueCD or other bootable gparted live system. |
< | < | ||
Line 16: | Line 22: | ||
< | < | ||
- | hdparm -I / | + | hdparm -I / |
- | 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 |
</ | </ | ||