- Feb 24, 2011
- 497
Ask Ars: How can I securely erase the data from my SSD drive?
I don't have one, but might be useful to some.
How can I safely erase the data from my SSD drive? I've seen a few pieces in recent days about how traditional "secure delete" programs fail to work properly on SSD drives, so what tools are available and useful?
As pointed out in a recent research article, there isn't a standard method for securely deleting data from a solid state drive. Hard disk drives have had this problem solved for ages, and can execute a secure delete by filling the space occupied by an incriminating file with zeroes or multiple writes of different characters. We'll go into why this approach and some other secure erase methods don't really work on an SSD, especially not for individual files, and then describe some approaches you might take to make sure all your old data is gone for good.
We did an Ask Ars not long ago concerning the way that SSDs handle deletion and cleanup of old files, and we'll assume you've read it or have equivalent knowledge. Basically, the issue with SSDs is this—let's say your SSD is a pirate, and your data is buried treasure. If you tell an SSD pirate to make his buried treasure disappear, all he really does is burn the treasure map. The buried treasure is still out there for someone to find if they know where to look. This isn't the case for all SSDs in the long term, but it is the case for all of them in the short term.
Some SSDs get around to destroying things like old versions of files with garbage collection, and some can take care of deleted files with TRIM, but because an SSD's only immediate reaction to a deleted file is to forget where that file is rather than erasing it, files can sit scattered around an SSD for a while. Deleting files immediately would cause extra wear on an SSD, which is why they don't do it.
Continue reading
I don't have one, but might be useful to some.