Erasing old hard drives
Sunday, July 23rd, 2006Over the years, I’ve accumulated a number of disk drives that have either been swapped out of computers in active use, or that have been pulled from systems being completely decommissioned and stripped for parts. I normally either donate or resell used hardware as it turns up, since most of my equipment ends up in good condition. Disk drives are a particular problem though, and I only pass them along after they’ve been completely erased, to avoid accidentally leaking personal or business data.
In the past, the only way to wipe the drives once they’re removed was to open up a chassis, hook the drive up to the IDE or SCSI interface so you could run the disk erase utility of your choice. I also used to have a bulk degausser for erasing magnetic tape which is probably still in the garage somewhere, but I’m not sure it would work on today’s hard drives anyway.
I recently realized that you can use the DIY external hard drive enclosures to temporarily connect old IDE drives to a live computer over USB or Firewire, greatly simplifying the mechanics. No more opening up a live system or setting up a dedicated system for the sole purpose of wiping out old hard drives. At the moment, you can get a generic USB hard drive enclosure from Amazon for about $20.00.
Once the drive is connected, you can use any disk erase utility to wipe out the previous contents of the disk. At the moment, I like Eraser, which is free, and makes GPL’ed source code available. The important point is to not only format your old drive, but to overwrite the previous contents of the disk. Formatting the disk will only clear the file directory entries, and leaves the underlying data intact until overwritten with something else.
As an aside, there is also a handy (but dangerous) open source utility called Darik’s Boot and Nuke aka DBAN. DBAN is included with the Eraser download, so you don’t need to get it separately. It which creates a bootable disk that will search for all connected hard drives and erase them. It should be obvious, but if you download this, be sure to CLEARLY LABEL YOUR DISK and don’t leave it in a bootable disk drive by accident.
In the past few days I have erased several 3.5 inch IDE drives using the external drive enclosure with Eraser, but I also have several 2.5 inch notebook drives which will require a different connector before I can wipe those as well.
