User Tools

Site Tools


computing:storage:ssd_secure_erase

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:storage:ssd_secure_erase [2020/04/29 18:08]
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://techgage.com/article/securely-erasing-your-ssd-with-linux-a-how-to/+**Secure Erase**: https://www.thomas-krenn.com/en/wiki/SSD_Secure_Erase 
 + 
 +**Over-Provisioning**: https://www.thomas-krenn.com/en/wiki/SSD_Over-provisioning_using_hdparm 
 + 
 +**Advanced info**: https://techgage.com/article/securely-erasing-your-ssd-with-linux-a-how-to/ 
 + 
 +**More**: https://grok.lsu.edu/Article.aspx?articleid=16716
  
 <note warning>Do not zero-fill an SSD.  Do not erase an SSD like you would a hard drive.</note> <note warning>Do not zero-fill an SSD.  Do not erase an SSD like you would a hard drive.</note>
Line 19: 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           #Displays whether drive is frozen (“not” is required) hdparm -I /dev/sdX | grep frozen           #Displays whether drive is frozen (“not” is required)
-hdparm --security-erase PASSWORD /dev/sdX  #Simple command to secure erase a drive with no hassle+hdparm --security-erase PASS /dev/sdX  #Simple command to secure erase a drive with no hassle
 </file> </file>
  
computing/storage/ssd_secure_erase.1588205283.txt.gz · Last modified: 2020/04/29 18:08 by gcooper