Slashdot Mirror


A Walk Through the Hard Drive Recovery Process

Fields writes "It's well known that failed hard drives can be recovered, but few people actually use a recovery service because they're expensive and not always successful. Even fewer people ever get any insights into the process, as recovery companies are secretive about their methods and rarely reveal any more information that is necessary for billing. Geek.com has an article walking through a drive recovery handled by DriveSavers. The recovery team did not give away many secrets, but they did reveal a number of insights into the process. From the article, "'[M]y drive failed in about every way you can imagine. It had electro-mechanical failure resulting in severe media damage. Seagate considered it dead, but I didn't give up. It's actually pretty amazing that they were able to recover nearly all of the data. Of course, they had to do some rebuilding, but that's what you expect when you send it to the ER for hard drives.'" Be sure to visit the Museum of Disk-asters, too.

10 of 238 comments (clear)

  1. Their secret revealed... by Anonymous Coward · · Score: 5, Funny

    A hard drive shaped freezer.

    1. Re:Their secret revealed... by ajs318 · · Score: 3, Funny

      Because /dev/null can get full, if you put too many ones into it! Then you have to dd /dev/zero into it to balance it out. The zeros and ones end up annihilating one another and the cosmic balance is restored.

      --
      Je fume. Tu fumes. Nous fûmes!
  2. Summary by Anonymous Coward · · Score: 5, Funny

    "It's well known that failed hard drives can be recovered"

    [Citation Needed]

  3. Nice freaking advertisement by meeotch · · Score: 5, Funny

    "Although there was severe media corruption on this drive, DriveSavers engineers were able to successfully recover the majority of the critical data by utilizing our proprietary software and methodology."

    I'm sorry, but that was the most content-free load I've read on /. in a while. And no, I'm not new here - I just usually don't RTFA. ;-P

  4. Re:Summary of Article by cojsl · · Score: 3, Funny
    you forgot:

    4. profit!

  5. Re:Never had any luck with recovery by syousef · · Score: 3, Funny

    I had a drive with a mechanical problem that wouldn't spin up. It didn't have anything critical but it did have my last x weeks worth of software downloads which would have been a pain to re-download. I tried banging it, freezing it, you name it. What worked in the end was making sure it was upside down when it was powered up and giving it a little tap to get it spinning. Got it running for 24 hours - long enough to get all my data off. About 200Gb. Obviously a mechanical failure and obviously pure luck that I got it working again.

    --
    These posts express my own personal views, not those of my employer
  6. Re:This may be a dumb question... by bonhomme_de_neige · · Score: 3, Funny

    how easy/hard (compared to magnetic HDDs) is it to permanently blast data off a flash drive if you don't want the data found? Much easier - 10 minutes with a mortar and pestle pretty much guarantees recovery will be impossible. That method would take a lot longer (and require more equipment) for hard drives.

    Assuming, of course, that if hiding the data is that important, the cost of a flash drive is a sacrifice you're willing to make. ;)

    --
    "Why are you watching the washing machine?"
    "I love entertainment, as long as it's clean"
  7. Re:Hmmm. by mortonda · · Score: 4, Funny

    Ah young love. ;)

    Yes, once a geek discovers the beauty of a good backup system, he/she has stepped into a new world.

    My backup/archive server is my most lovingly maintained system. It has saved me several times, and recently had to go through a hard drive replacement. That had me nervous.

  8. Re:Never had any luck with recovery by mpaulsen · · Score: 3, Funny

    I think you're math is off... 1s and 0s aren't data in any way, shape, or form. There is no useful "data" at the user level stored in 1s and 0s. Data is chunks of 1s and 0s that make up stored files that are actually useful to the user" You're mostly correct. Individual ones and zeros are called anecdotes. It's only when you put together two or three anecdotes that you have data.

    so having 50% of the file uncorrupted is not a possibility. Corruption is all or none, one bit is wrong and there is no data You're missing the beauty of the algorithm. You simply take a guess at each bit. If you're right, you've recovered that anecdote. The anecdotes are binary, so if you guess wrong all you need to do is flip the bit.

    the idea of partial corruption is illegitimate for all intents of purposes Missed it by -| |- that much. So close....so close.

    because any amount of corruption is the same, save for the fact "less" corruption may make recovery easier. I could try to explain the theory, but it would be easier if you just tried it yourself. Start with 10101 as your data and corrupt it any way you want. Now flip a coin for each bit and record a 1 if you flip heads and 0 if you flip tails. Keep the bits which are correct and flip the ones which are incorrect. You just recovered 100% of the data.
  9. Re:Never had any luck with recovery by mpaulsen · · Score: 4, Funny

    Hmm.. okay I think I understand now, but then how to you know what bits are correct? Isn't that what you are looking for? Just diff against your backups.