Slashdot Mirror


Ask Slashdot: Best Way To Destroy Hard Drives?

First time accepted submitter THE_WELL_HUNG_OYSTER writes "I have 10-15 old hard drives I want to trash, some IDE and some SATA. Even if I still had IDE hardware, I don't want to wait several weeks to run DBAN on all of them. I could use a degausser, but they are prohibitively expensive. I could send them to a data destruction firm, but can they be trusted? What's the fastest, cheapest DIY solution?"

23 of 1,016 comments (clear)

  1. Drill by HeLLFiRe1151 · · Score: 5, Insightful

    Drill Baby Drill

    --
    I've got 101 mod points and you can't have them!
  2. A 20oz framing hammer? by NoNonAlphaCharsHere · · Score: 5, Funny

    Remember: when all you have is a hammer, everything looks like a skull.

  3. Hamer and punch by plover · · Score: 5, Informative

    If you're looking for fast production-line destruction, take a three pound hammer and punch. A punch driven through the aluminum plate covering the platter section, midway between the center spindle and the edge of the drive, down to the bottom of the case through the platters, will effectively destroy the disks. It will cheaply render the data unreadable to anyone who doesn't want to invest ten thousand dollars investigating the remains of the disks. You can crank through many disks per hour. A 3/8" bit in an electric drill would be similarly effective, and less labor intensive than a hammer, but slower.

    Leaving the aluminum plate covering on the drive has the added advantage of containing the shards if the disk platters are made of glass. Even so, I'd wear leather gloves and use eye protection if I were physically destroying them this way.

    But with 15 drives, it's just not that big of a job. Why make a big mess? Disassemble them. It takes about 10 minutes per drive, and it's both educational and fun. You can probably do it watching TV on the couch.

    A miniature Torx driver set (T6-T9, available from Sears), a flat bladed screwdriver, a #2 Philips screwdriver, and a pocket knife is all I need to take most drives apart down to their components. Recover the voice coil driver magnets, they're always useful. Remove the circuit boards and recycle them as they were probably soldered with lead. Remove the platters from the spindles. To truly be rid of the data, you'll have to basically destroy the platters in a very hot fire. Heating them past their Curie point will completely destroy the data, leaving them totally unrecoverable; but that may require heat as high as 1500 degrees F. You won't get that on a stovetop.

    --
    John
  4. Only one way to be sure. by WiglyWorm · · Score: 4, Interesting
  5. Move all your important data into them... by Anonymous Coward · · Score: 5, Funny

    ...delete all other copies.

    They should magically become unreadable.

  6. Just zero it by Reason58 · · Score: 4, Informative

    It is my understanding that there has never been a single proven recovery of a drive that was simply zeroed out. No silly "military grade" wipe software necessary.

    1. Re:Just zero it by daha · · Score: 5, Informative

      With specialized equipment drives can be easily recovered when wiped by zeros. With even more sophisticated methods drives that have been written over several times can be recovered layer by layer.

      Easily?!?! Layer by layer? Do you have personal experience recovering overwritten data in this fashion? If so, please let me know, my company would hire you in a heartbeat and you could name your price. This concept has been trashed over and over again on slashdot, and nothing has changed since the last time.

      Think of the signal for a single bit on a platter like a digital Jackson Pollock painting using only two colors. One color represents a 1, the other color is a 0. Each write is a new splatter that gives the picture a new dominant color, but there are still some pixels left over from the previous splatters around the edges. Once the color of a pixel is set, it is set until you change it and you have no idea if the same color pixel next to it was written at the same time or not. You can just see that the overall color of the entire image is one or the other.

      Now let's say, just for the sake of this discussion, that you were actually able to read these mythical "layers", or more appropriately, all the drops of the various splatters. Because this is a magnetic signal and not a physical layer of paint, you have no idea when any given pixel was written compared to the one next to it. There is no concept of a layer because the signals aren't stacked on top of each other, they are all next to each other. Now let's say that you have somehow managed to design and build the most sensitive magnetic read head ever conceived so that it is able to read the signal of every single molecule in the space that this bit occupies. That's great. Now you've determined that there were a bunch of 1's and 0's. Which order were they written in? Did that 1 from over to the left come before or after that 0 that you read from the lower right?

      Assuming you got that figured out, now you need to get the next 7 bits just to make a byte. Did you get all 8 bits from the same write put together? Or did you screw one up because you got the ordering of your "layers" a little mixed up?

      Now that you've got an entire byte reconstructed, you need to do the same with the other 511 bytes for the sector. Did you get all 4,096 bits for the sector correct for your "layer" of data? I'm a little skeptical...

      Now go get the rest of your file, because it probably isn't all contained within a single 512 byte sector, and it may very well be written to different regions of the drive if it wasn't all written as a contiguous allocation. Depending on the file system and the size of the file, it's could be guaranteed that it is not contiguous - ext3 will be non-contiguous if it is larger than 6K.

      Now that you have every bit recovered for a single file, did you get every bit correct? You're most likely in trouble if you screw up even a single bit and try to open it with the native application. LZ-based compression used for the file? It's almost sure to be busted as soon as you hit that bad bit and you won't be able to decompress anything beyond it. Different files have different tolerances, but unless you plan to look at everything with a hex editor, you're probably going to have a lot of trouble. Even something like a Word document (*.doc, not the *.docx) isn't going to be as easy as you think because the file does its own allocations of 64 bytes at a time within the file. If you did any edits, or have anything other than just plain text that is all the same font style, your text is no longer contiguous. If that Word document is using the new format (*.docx), then you out of luck because it is using a variant of LZ compression.

      Oh, the file was a picture? No, still not always going to help you. Certain graphics file formats, like JPEG, do tolerate some corruption of the data (depending on where the corruption shows up), but some are just as fragile as a compressed data file.

      Now repeat this for every file until you find files that are actually valuable to you. The amount of effort needed to reconstruct anything that has been overwritten far exceeds the value of whatever data it was.

  7. Re:How I've done it in the past... by danbuter · · Score: 5, Informative

    You can buy muriatic acid in just about any hardware store. It's basically hydrochloric acid.

  8. Re:Screwdriver by Anonymous Coward · · Score: 4, Informative

    I always take them apart for the free magnets inside.

  9. Open them up and salvage the magnets by SensitiveMale · · Score: 4, Informative

    Very powerful magnets in the drives. Open them up, take out the magnets, and throw away the drives. If you are really paranoid, pop the discs out. But definitely salvage the magnets. They come in handy.

  10. DBAN is unnecessary. by rollingcalf · · Score: 4, Informative

    One pass with zeroes or random data over the whole drive is sufficient, unless you expect that a large government agency is going to open up the hard drives and spend millions of dollars to attempt to recover the data (and even they might be unable to get at the overwritten data. See http://www.nber.org/sys-admin/overwritten-data-guttman.html).

    With dd if=/dev/zero of=/dev/sdb you can wipe all the hard drives in a weekend.

    --
    ---------
    There is inferior bacteria on the interior of your posterior.
  11. Re:not necessarily the easiest way by fuzzyfuzzyfungus · · Score: 4, Insightful

    The magnetic field patterns are on the surface of the platters. Sand the surface off(recommendation: do not breathe result.) and there is nothing to recover.

    Unless you have pretty cool secrets, though, nearly anything that prevents them from Just Working when plugged in is probably enough.

  12. Re:How I've done it in the past... by pookemon · · Score: 5, Funny

    Basically, or is that acidically...

    --
    dnuof eruc rof aixelsid
  13. I'm poor, give them to me. by Nyder · · Score: 4, Insightful

    I'll clear them off for ya, sheesh, i'll rewrite data over 9000 times if it makes ya happy, but let me have the drives.

    I'm poor and destroying useful hardware hurts me.

    --
    Be seeing you...
  14. Nuke'm from orbit by erice · · Score: 4, Funny

    It's the only way to be sure

  15. Re:This attitude makes me sick and I'm tired of it by AbRASiON · · Score: 4, Interesting

    http://hostjury.com/blog/view/195/the-great-zero-challenge-remains-unaccepted
    http://www.anti-forensics.com/disk-wiping-one-pass-is-enough-part-2-this-time-with-screenshots
    (Key quotes: Secure Deletion of Data from Magnetic and Solid-State Memory by Peter Gutmann (35 pass wipe originated from Mr. Gutmann)

    âoeAny modern drive will most likely be a hopeless task, what with ultra-high densities and use of perpendicular recording I donâ(TM)t see how MFM would even get a usable image, and then the use of EPRML will mean that even if you could magically transfer some sort of image into a file, the ability to decode that to recover the original data would be quite challenging.â)
    (Article itself) http://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html

  16. Re:oven by SCPRedMage · · Score: 4, Informative

    In the Air Force, we had EOD take care of the problem.

    With C4.

    And I'm not making this up. The drives weren't working, so we couldn't just wipe them, and EOD was bored and had explosives...

    --
    My sig can beat up your sig.
  17. Re:oven by sg_oneill · · Score: 5, Funny

    In the Air Force, we had EOD take care of the problem.

    With C4.

    And I'm not making this up. The drives weren't working, so we couldn't just wipe them, and EOD was bored and had explosives...

    When all you have is a hammer, everything looks like a nail. In this case its a very very fun hammer.

    --
    Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
  18. Re:oven by JWSmythe · · Score: 5, Informative

        Well, for those of us living in the civilian world, C4 is hard to get our hands on.

        Thermite, on the other hand, can be made rather easily from things around the house. A file or grinder, a bit of the appropriate metals, and an ignition source. Be sure that your "Member of the Overkill Club" card is up to date, and you're all set. 5 pounds of thermite vs 1 hard drive sounds just about right. Well, right through the drive, and the table, and the concrete below. :)

        Actually, thermite may be the better choice anyways, unless you want to notify everyone for miles that you're using C4. :) It has lots of hot, and not much bang. Well, especially compared to C4.

        And remember kids, don't try this at home. It's a really really (really) good way to burn down your house, get the police called by a neighbor, and/or be charged with arson and building explosives. Some law enforcement folks don't look upon such things as lightly as they used to.

    --
    Serious? Seriousness is well above my pay grade.
  19. Re:oven by davester666 · · Score: 5, Funny

    That's why you become a professional mourner. Show up at open-box funerals, ask if the current client is due to be cremated, then slip the HD into the casket!

    --
    Sleep your way to a whiter smile...date a dentist!
  20. Re:oven by Mr2cents · · Score: 4, Funny

    It was his favourite hard drive, he would have wanted to to take it with him...

    --
    "It's too bad that stupidity isn't painful." - Anton LaVey
  21. Re:oven by MrAngryForNoReason · · Score: 4, Informative

    so you could just walk in (hold drives very tightly), and keep them in the machine for a while.

    Not the best idea as the drives would be ripped out of your hand and fly towards the machine at a high enough velocity to kill anyone in the way. Oh and you would probably destroy the MRI in the process.

    There is a very good reason why you don't take metal anywhere near an MRI machine.

  22. Re:oven by WrecklessSandwich · · Score: 4, Interesting

    If you don't want to get into pyrotechnics but you have firearms: A .308 will do the trick.

    This. My boss at my old IT job used to go out to a firing range with one of the server guys on their lunch break and shoot old drives with a bunch of different guns. It makes a pretty awesome looking exit wound.