Manual Hard Drive Destroyer

Many people think that a file is destroyed forever by simply clearing and emptying the recycle bin … however, deleted files can be recovered using special software, even after formatting a hard disk.

If you want to make sure your data is effectively removed, the only way you should do is  physically destroy it!  In some way, eg using the Manual Hard Drive Destroyer . Simply insert the disk into a slot, tours and you have the handle bent 90 degrees.

Do not be surprised if one day you hear that the CIA or some other similar organization have a machine capable of recovering damaged hard disks as they like … so if you’re really paranoid destroy it use a flamethrower or a steamroller …

hard_drive_destroyer

June 2, 2009 · Posted in Unique Ideas 

Comments

10 Responses to “Manual Hard Drive Destroyer”

  1. Brendan on July 3rd, 2009 12:14 am

    Boot and Nuke.

  2. D on July 3rd, 2009 9:41 am

    overwrite a drive once with 0’s in a gnu system then find someone willing to try and get your info. Try it. It’s pretty cheap.

  3. Carlo Mendoza on July 3rd, 2009 1:43 pm

    For some reason, I don’t believe that will do the job 100%. Pretty cool though.

  4. will on July 3rd, 2009 10:43 pm

    i sledge hammer works just as well at a way lower cost, but none the less its pretty cool

  5. krugle on July 4th, 2009 7:04 am

    cool device but a zeroing program works just as well dont you think

  6. lvleph on July 4th, 2009 11:38 pm

    Just run this:

    #!/bin/bash
    $DRIVE = /dev/sda # change this to your hard drive you wanna erase
    $COUNT = 0
    while [ $COUNT -lt 16 ] : do
    dd if=/dev/zero of=$DRIVE && dd if=/dev/urandom of=$DRIVE
    COUNT = $[$COUNT+1]
    done
    dd count=1 bs=1024 if=/dev/zero of=$DRIVE # erase the first 1megabyte to clear the MBR and partition table

  7. Yaro on July 5th, 2009 11:41 pm

    You know… you COULD just ZERO the drive out completely and not spend the money. The only people who’d be able to read your HDD after dd if=/dev/zero of=/dev/sdx are those with electron tunneling microsocopes.

    What a waste of money.

  8. john on July 6th, 2009 6:05 am

    I’m an IT guy for a large company. I have a drill press in my office for this very reason. A couple holes through the platters and you won’t have any worries about people getting your data. Drilling through the platters makes more sense than the goofy looking hard drive destroyer that appears to just bend the cover?

  9. stan on July 6th, 2009 7:44 am

    Boot and Nuke is fine for just about any data you might have. DoD standard is seven wipe, and the data is virtually unrecoverable. Use the 32 wipe if you are ultra paranoid. It is actually better than a flamethrower because disk data has been recovered from burn damage. The government and businesses that have ultra secret data use commercial shredders to destroy the disks. Wipe em, cut em into little pieces, and incinerate!

  10. whoa on July 6th, 2009 8:08 am

    Meph has it right for the most part, just swap the “of” and “if” places, otherwise you’ll wreck your own HD hehe. Still an overall useless thing, a couple drill holes will do you just fine, by the time you bend the platters trying to drill, and then actually drill through them- there’s no way anyone’s getting anything from that drive.

Leave a Reply