This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:storage:ssd_secure_erase [2020/04/29 17:55] gcooper created |
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 ====== | ||
+ | |||
+ | **Secure Erase**: https:// | ||
+ | |||
+ | **Over-Provisioning**: | ||
+ | |||
+ | **Advanced info**: https:// | ||
+ | |||
+ | **More**: https:// | ||
<note warning> | <note warning> | ||
Line 5: | Line 13: | ||
===== hdparm ===== | ===== hdparm ===== | ||
- | You can use SystemRescueCD or other bootable gparted live system. | + | :!: You can use SystemRescueCD or other bootable gparted live system. |
< | < | ||
hdparm --security-erase NULL /dev/xxx | hdparm --security-erase NULL /dev/xxx | ||
</ | </ | ||
+ | |||
+ | More info: | ||
+ | |||
+ | < | ||
+ | hdparm -I / | ||
+ | hdparm -I /dev/sdX | grep Model #Displays the drive brand and model | ||
+ | hdparm -I /dev/sdX | grep frozen | ||
+ | hdparm --security-erase PASS / | ||
+ | </ | ||
+ |