Slashdot Mirror


Data Still Left on Storage Devices for Sale

cluedweasel writes "According to a BBC story many people are still putting up their old PC's and storage devices for sale without taking basic precautions to ensure that confidential data is erased. The suggestion at the end of the story is to get a professional forensics firm to wipe your data or just destroy the item in question. With the low price of storage devices, the latter is probably preferable."

44 of 403 comments (clear)

  1. Not only good drive but also bad drives by slashnutt · · Score: 4, Insightful

    I always hate having to send in my hard drive for warranty repair. Years ago, I watched a friend recover information from a newly arrived warranty repaired drive. If the drive is dead and has to be sent into for warranty service, make sure one of those super powerful magnets from another drives is put around all over the hard drive case. Don't, know if that will wipe anything but I don't expect the manufacturer to ensure my data is secure.

    That said I used eraser every night.

    1. Re:Not only good drive but also bad drives by MoralHazard · · Score: 4, Informative

      I seriously doubt that any magnet you can get your hands on would erase anything from a hard drive platter. Even bulk tape deguassers from five years ago won't do shit on a modern drive. It takes some seriously strong fields to erase a platter.

      However, sticking a decently strong household or lab magnet against the drive housing may tense parts of the delicate mechanism inside, causing the bearing to go south or the actuator arm to cease working. It's still probably possible to pull the platters and remount them in a new housing (if the platters weren't too damaged by whatever mechanical failure you induce), and there are a few outfits that can do it for ~$3000 per drive.

      Now, get real: Want to know the BIGGEST, best-kept secret in data forensics? The most effective way to forever put your data beyond the reach of cops and courts is:

          dd if=/dev/zero of=/dev/hda

      That's right, just a single-pass overwrite with zeros will do. Everything else you hear is either 8+ years out of date, or uninformed bullshit, or a scare story.

    2. Re:Not only good drive but also bad drives by Jason1729 · · Score: 4, Interesting

      Once place I worked had enough buying clout that driving nails through the drives would not void the warranty. It was actually in the contract.

    3. Re:Not only good drive but also bad drives by pegr · · Score: 5, Informative

      Now, get real: Want to know the BIGGEST, best-kept secret in data forensics? The most effective way to forever put your data beyond the reach of cops and courts is:

              dd if=/dev/zero of=/dev/hda

       
      /dev/urandom is a better source... With zero, analog analysis can be used to determine the drive's prior contents. Of course, if somebody is willing to do that to recover data, they already have your house bugged...

    4. Re:Not only good drive but also bad drives by Fulcrum+of+Evil · · Score: 4, Informative

      That's right, just a single-pass overwrite with zeros will do. Everything else you hear is either 8+ years out of date, or uninformed bullshit, or a scare story.

      May as well do a second pass with /dev/random, though it's not like the cops are going to send your drive in for forensic recovery unless you're a big fish.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    5. Re:Not only good drive but also bad drives by TripMaster+Monkey · · Score: 4, Interesting


      That's right, just a single-pass overwrite with zeros will do.

      Um...no. Not to be argumentative here, but I have personally been able to recover data from a hard drive after being zeroed. This is why the DoD standard is a bit more stringent than simply zeroing.

      --
      ____

      ~ |rip/\/\aster /\/\onkey

    6. Re:Not only good drive but also bad drives by Otter · · Score: 4, Funny
      That's right, just a single-pass overwrite with zeros will do. Everything else you hear is either 8+ years out of date, or uninformed bullshit, or a scare story.

      Have they made some change to zero in the last 8 years that makes it less constant?

    7. Re:Not only good drive but also bad drives by gweihir · · Score: 4, Informative

      I was wondering the other day what kind of shielding a drive has to keep its own magnets from wiping itself...

      From what I saw in defect drives I opened, none at all, just some centimeters distance. The "strong magnet" meme is an urban m"yth. You need far stronger static magnetic fields to damage a drive without opening it than you can buy.

      In addition, if you succeeded, it would likely void the warranty anyway, so why not be sure and just decline the warranty or use an encrypted filesystem in the first place?

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    8. Re:Not only good drive but also bad drives by Brain_Recall · · Score: 3, Informative
      Two reasons why:

      The magnets are at a far enough distance (a cm is huge, in magnetic terms) that they offer little problems.

      Second, magnetic fields of the driver magnets is orreinted almost exclusively in one axis. A normal refridgerator magnet will stick to the fridge with (almost) equal force no mater which way it was stuck (assuming, of course, it's semetric). The voice-coil driver magents are orriented heavily on a north-south pole. If you manage to pull one of these out, you'll see what I mean. If you let it stuck to the fridge on the flat side, you would not be able to pull it off. If you tried it on it's edge, it couldn't hold itself there.

    9. Re:Not only good drive but also bad drives by gweihir · · Score: 3, Informative

      ... but I have personally been able to recover data from a hard drive after being zeroed.

      And what drive generation/size was that? If it was an older, lower capacity drive, I have no trouble beliving you. If it was a current >= 200GB drive, I think you need to elaborate a lot.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    10. Re:Not only good drive but also bad drives by shotfeel · · Score: 3, Interesting

      There was an article about a year ago (can't find it now) saying essentially the same thing about Macs. Most places just have the tools to hack a Windows PC for files. First, the Mac won't run their tools, and then, even if they yank the drive and put it in another housing, its not formatted in a way their software can access.

      Now, as said above, if you were a really big fish, they have ways, but its not a typical forensics op.

    11. Re:Not only good drive but also bad drives by dougmc · · Score: 5, Informative
      You need far stronger static magnetic fields to damage a drive without opening it than you can buy.
      Mod parent up. He's spot-on here.

      Strong magnets (as strong as you're likely to have at home anyways) will erase (ruin) floppy media just fine. And cassette tape media. And probably 8 tracks. I don't know what they'll do to QIC-150, 4 mm or 8 mm media. But they won't erase DLT media, and won't erase modern hard drives, probably not even if you put it right next to the platter itself.

      (Now, opening the drive up and scraping the magnet over the drum, physically damaging it, that may be effective. But a non-magnetic wire brush would work as well.)

      Personally, I erase my media with some variation of this --

      dd if=/dev/urandom of=/dev/hdc bs=102400
      and let that go until it's done. Repeat if you're extra paranoid. Sure, there may be some data left in sectors that have been re-allocated by the firmware. Sure, the NSA might be able to recontruct my data bit by bit with microscopes. But if I'm really worried about that, I'm not going to sell my disk -- I'm going to physically destroy it.

      As for warranty repair, that's a tough call. If the dd can't be done, the odds are good that the company can recover almost everything on the disk. You'll have to consider the pros (you get a new disk! free!) vs. the cons (they might be able to recover all of your data.)

    12. Re:Not only good drive but also bad drives by dougmc · · Score: 4, Informative
      Have they made some change to zero in the last 8 years that makes it less constant?
      No, but at the lowest level, your hard drive is analog, not digital. It's not just 0s and 1s anymore.

      To give an example, suppose a part of your drive had this pattern written on it --

      1 0 1 0 1
      and you overwrote that with 0s. So you'd expect to see
      0 0 0 0 0
      and you would, if you read the drive in the normal way. However, underneath the covers, the data on the drive would really look more like this --
      0.11 0.02 0.11 0.02 0.09
      the exact values are just guesses, but there is a pattern here -- if a bit used to be 0, it's very close to 0 now. If the bit used to be 1, it's still close to 0 now, but a good deal further than if it was a 0.

      With some different firmware, one could read most of the data that was on a drive that had been erased like this.

      This is why people 1) write random or semi-random patterns to the disk to erase it, and 2) do it more than once.

      Still, writing 0's just once to the entire disk will stop 99% of people who might read your disk. Writing random patterns several times will probably stop even the NSA, but if they want you bad enough, they'll stick probes into your brain and extract it that way :)

    13. Re:Not only good drive but also bad drives by MoralHazard · · Score: 5, Interesting

      You're either:

      1) Talking about recovery from an old drive, pre-1997, OR;

      2) You're full of shit. Yes, a liar.

      So explain yourself, please, because I will apologize immediately if the case is (1) or you can prove me wrong. Cite me some evidence--press releases from the company you worked for, or a paper written by the research team you worked with. Anything, hell--even your blog is something.

      I've spent my last four years working as an examiner at a computer forensics firm. I have exhaustively researched this topic several times, hoping against hope that something is out there. There is nothing.

      I have encountered a number of documented cases where a party to ligitation claimed that incriminating or exculpatory evidence had been overwritten on a hard drive. In at least two of those cases, the defendants spent more than $500K funding people who said "Oh yeah, I can do that--I just need cash for a lab and a magnetic-force microscope." Nobody EVER recovered over-written data, in any of these cases.

      So prove me wrong.

    14. Re:Not only good drive but also bad drives by MoralHazard · · Score: 4, Informative

      The big paper that started all this is here:

      http://www.cs.auckland.ac.nz/~pgut001/pubs/secure_ del.html

      (sorry if the link gets tangled). The author is Peter Gutmann. The paper you see on that link is actually an updated version of the original, which was published at USENIX '96, minus the "epilogue" section at the end. That's the critical part, where Gutmann basically backs off all the important conclusions about hard drive data recovery. He's still pretty optimistic in the epilogue (he talks about recovering one or two previous write passes of data), but you have to notice that he doesn't support himself, there, and the original citations don't support him, either.

      Not to speak ill of Gutmann--he's done a lot of great work in UNIX security over the years, and he's a stand-out researcher. But he doesn't prove what he's saying.

      Hopefully, the Gutmann terminology will be enough to get you started if you want to research the issue further. I used to have a couple dozen pages of cites and summaries on the issue, but I lost most of it when I left my last job. It's still out there, but it took me a couple of months to do it originally.

    15. Re:Not only good drive but also bad drives by nherm · · Score: 5, Funny

      I tried using 2000+ passes using /dev/urandom, but somehow I ended up with a full installation of Windows 95.

      Then a friend of mine told me something about monkeys hitting typewriters and Shakespeare's complete works...

    16. Re:Not only good drive but also bad drives by Savantissimo · · Score: 4, Informative

      Magnets just don't work for erasing data. One or two passes with good pseudo-random data are all that is needed, and even the NSA would be reliably stumped with 5 or more on modern disks. Writing constant patterns is somwhat less effective because the encoding to analog on the disc prevents long strings of highs or lows being written and because any residual field from previous writes can potentially be seperated from the constant overwrite pattern.

      You don't need to worry about this level of security if your threat model is phishers and the like. The people selling hard drives would like you to be so paranoid you won't let others make use of your old hardware, but there is no real need for that. If someone with the resources to go over your HDD nanometer by nanometer with SQuIDs wants your data, they'll first try a sneakier, more effective way than buying your old disks.

      For quick destruction of encrypted data, assuming the encryption-block size is several times the disk-block size, overwriting just one of the disk blocks for each encryption block will effectively make the data unrecoverable. Similarly, if you use an encrypted file of long, secure keys to access your other encrypted data, once that file is destroyed, everything else is effectively gone until the encryption can be brute-forced a few decades down the line.

      But for sensitive data that may need to be quickly destroyed, you're better off using CD or DVD media. Five seconds in the microwave followed by a quick couple of rubs with a piece of sandpaper to remove the flakes will do more than just about anything you could do to an HDD in a similar amount of time. This also gives you an excuse to get a really fat UPS and to have your microwave on your desk. Of course you still need to find a way to get the time needed to destroy the data when your door is being broken down or if your machine is tampered with when you are away - left as an exercise for the reader. ;|

      --
      "Is life so dear, or peace so sweet, as to be purchased at the price of chains and slavery?" - Patrick Henry
    17. Re:Not only good drive but also bad drives by dougmc · · Score: 3, Informative
      I haven't tried it myself but I am willing to bet that a standard tape bulk eraser will render most hard drives inoperable, as it will not only zap the data but also the zone markers that are magnetically placed on the media by the drive's low-level format.
      I have. It didn't work. Not on DLT tapes, and not on a 500 MB hard drive I was playing with.

      I had to send the DLT tapes off to a professional service to have them erased (they had to be erased for the new tape drive to make them work in the new high density mode.) The hard drive was just me seeing if I could do it :)

      The tigher your cram data in there, the higher the magnetic fields needed to make changes. And modern media has it cramed VERY tightly ...

    18. Re:Not only good drive but also bad drives by Mycroft_VIII · · Score: 3, Insightful

      Unfortunately a few passes with random data is not as effective against a sophisticated recovery effort as is often assumed.
          Now if it's just some random joe with an undelete program he got for $19.99 at the local shop then a single pass is often enough, more sophisticated software only tools might get past a few, but with hardware equipment (probably not used often below the fbi/ pro foresnics places) you might want to do something a bit more secure.
          With good knowledge of how the data is actually stored on the disk you can figure out patterns that tend to degausse the bits being wiped and help eleminate the residual images left by the micro imperfection in head positioning (which are shrinking to almost nothing these days) and simular effects a trully sophisticated data recovery effort might use.
            Peter Gutman put out a paper about this that can be read at http://www.cs.auckland.ac.nz/~pgut001/pubs/secure_ del.html
      that explains it better.
          Though with remapping and newer recording techniques things change and software only erasure becomes more and more problematic. At the highest levels of secrecy I believe most governments require over-kill levels of outright hardware destruction.

      Mycroft

      --
      https://signup.leagueoflegends.com/?ref=4c3ed6600b6ea
    19. Re:Not only good drive but also bad drives by dougmc · · Score: 3, Informative
      It'd be interesting to see a program that creates a pipe and forwards /dev/urandom, deleting some 'random' 5% of the data pushed through.
      I don't understand. Why would this be interesting? Would it be useful somehow?
      I mean, on most standard linux kernels (not using GRSec or such), the PRNG isn't 100% random, so there'll be some fixed patterns.
      Well, /dev/random is supposed to be truly random, but will block if it runs out of entropy. Which means it's really slow. /dev/urandom does not block, and just keeps re-using the entropy pool (which should keep changing as interrupts come in from the disk access) so the data isn't truly random. But it should look random as long as you aren't doing some sort of statistical analysys on it.

      But you want your drive to be erased in less than a month, right? Use /dev/urandom. It's more than random enough. (Use /dev/random when you need small amounts of `true' randomness.)

      /dev/zero is good enough to stop 99+% of the people out there who might want to read your data. To get data out of a drive that's been zeroed like that is not a simple matter anymore. But beyond that, any random-ish pattern is good enough. And if your data is so sensitive that you're still nervous, just physically destroy the disk already.

  2. Found data by BWJones · · Score: 4, Interesting

    I've found some interesting stuff on hard drives purchased second hand including tax forms from apparently a CPA, medical records, patent applications, and most interestingly, a fair bit of data that I will not talk about on a NeXT cube off eBay that was originally purchased from a government auction. I was surprised as it was the only cube I had seen with it's hard drive intact. (All hard drives were erased or physically destroyed, because I am a nice guy).

    The interesting thing is that protocols for the destruction of data have existed for magnetic media since before the hard drive. With the advent of the hard drive and higher density media, other protocols have come into place, but the solution is not a technical one. It is the hardest of all solutions...... Behavioral change.

    --
    Visit Jonesblog and say hello.
    1. Re:Found data by Stanistani · · Score: 4, Interesting

      >a fair bit of data that I will not talk about on a NeXT cube...

      Hmmm. The biggest customer of NEXT was the CIA IIRC...

      All aboard for Gitmo!

    2. Re:Found data by saha · · Score: 4, Interesting
      Finding old hardware in my department to go to property disposition is a pain when getting rid of data on old hardware. First I don't even know if some of the hardware that is ten years older will even start. Then I have to find a floppy or CD that will run on the specific hardware. The easy solution is to open up that computer and rip out that harddrive, then hammer it so the platters are broken. Problem solved.

      I do like the fact the on Mac OS X on any System Restore CD or OSX CD comes with Disk Utility.app, that does either seven or thirty-five random wipes of the disk. Plus the user could use Secure Empty Trash from the very beginning. Waiting for a 20GB to randomly write bits in every sector seven to thirty-five times is general too much of my time. The hammer is a lot quicker.

      Signed: The impatient and destructive systems administrator

    3. Re:Found data by bani · · Score: 4, Interesting

      I bought some used DLT tapes off ebay. Most of them were empty, but a few which were not empty had:

      o) accounting data
      o) sourcecode for web commerce backend for multibillion dollar corporation
      o) server backups, including email

    4. Re:Found data by pilgrim23 · · Score: 4, Interesting

      My hobby is retro computing. This means I have spent a bit of time at yard sales, Salvation Army and Goodwill. I have purchased cheap boxes of every description form Next Cubes to old Apple IIGS with a Vulcan drive inside the power supply, to early PCs. I have seen countless files, personal and public on machines for many many years. Being a good net citizen I reformat the drives and use them (unless I find a really hot app I wanted. :) -I would use apps I found (especially on old System 7 or earlier Macs, old Ataris, Amigas, and ProDOS based Apple II apps. Sometimes these boses were the ONLY sources of lost and needed applications (try finding a copy of raster Blaster these days ;). I would though: delete all files that were none of my business.

        In the course of this scrounging I learned something SlashDotters may not consider: There is an entire subculture in America of people who use second hand machines. These are poor folks who cannot afford the latest Alien ware or G5 iMac. People who just don't have the money for even cheap Celeron box. I am talkin' poor folks here. They get by on Windows 98 and Office 97, or even Mac OS 7.1 and MS Word 5.0 for their computer needs.
      They use a old Performa Mac or a Mac Classic II, or a 486 or Pentium 166mhz PC to do what they need to do.
        Tech support is supplied by a whole bunch of self taught techs who tinker. I know many of this sort.

      The size of this population of users might surprise folks. There are a lot of them.
      The problem with all the current talk of: "OH! I left Aunt Tillie's phone number in Outlook Express and all 26 of my credit card numbers in Quicken!" is the effect it has had on this catagory of user. They are not able to "upgrade" to a newer junker because everyone is afraid to dump their box for fear of the data being stolen. This means the bottom of the food chain looses. It also means there will ALWAYS be compromised Win 3.1/95/98 boxes on the net.

      BTW....if anyone out there has any older Conner or Western Digital (pre-Caviar) 20-40-120-240mb hard drives I am looking for a few to reformat as Vulcan Gold Drives....

      --
      - Minutus cantorum, minutus balorum, minutus carborata descendum pantorum.
  3. DBAN. Learn it, Live it, Love it. by Orrin+Bloquy · · Score: 5, Informative

    Darik's Boot and Nuke. Cheap, efficient, portable. Worst thing that happened using it was cleaning a PC so old its CD-ROM drivers weren't in firmware, so I had to download a boot disk off the net to reinstall them.

    --
    "Made up/misattributed quote that makes me look smart. I am on /. and I must look smart."
    1. Re:DBAN. Learn it, Live it, Love it. by chill · · Score: 4, Informative

      DBAN doesn't -- last I checked -- have SCSI or RAID drivers, so it is only viable if you're on a plain vanilla IDE system. I dont' know about SATA.

      dd if=/dev/random of=/dev/sda bs=512 count= (get this from fdisk) will do the trick in a pinch.

      On the other hand, has anyone here actually tried to "secure wipe" at 200+ Gb hard drive? It can take DAYS.

      Just drill a hole in the case; pour in some caustic drain cleaner or CLR (bathroom cleaner); plug the hole; shake vigorously then let sit for a couple days before throwing it out.

        -Charles

      --
      Learning HOW to think is more important than learning WHAT to think.
  4. Your data = bonus by dusik · · Score: 5, Funny

    On the other hand, I always thought it was a good bonus for the custom when I sell a hard drive on eBay with my mp3 and pr0n collection still intact.

    Then again... they probaby would see the reiserfs partition as "Unknown" in the Windows installer.

    1. Re:Your data = bonus by uucp2 · · Score: 5, Funny

      What is your eBay user ID? I'm interested in buying some... storage.

    2. Re:Your data = bonus by Jason1729 · · Score: 4, Funny

      Well that shot right over your head.

    3. Re:Your data = bonus by Profane+MuthaFucka · · Score: 3, Funny

      Good arc on that one, Peter North

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
  5. Or just nuke it.. by squison · · Score: 4, Informative

    ...with something like Darik's Boot & Nuke

  6. The Government is the Biggest Culprit... by Blue-Footed+Boobie · · Score: 5, Interesting
    I have my business card out there with many people for the purpose of snagging equipment that would otherwise get thrown out.

    I once received about 30 10GB hard disks from the US Army that were tossed in a collection bin (and someone called me to say they were there) which were not wiped and had a fair bit of info on them. Not talking National Secrets, but info that could have been used to cause problems, none the less.

    By far the worst, however, was a batch of 15 PIII computers I recovered from the INS. Not only had they not been wiped, but all programs and files were fuctional. Talking about Social Security numbers, Green Card information, and on and on. It was terrible.

    Of course, I do the right thing and both wipe and low-level format these before donating on to charity - but it still amazes me what info is given away.

    Both of these cases were 1 year+ after 9/11 too. People don't change.

    --
    DAMN YOU OCTODOG! DAMN YOU TO HELL!
  7. Use the military procedure for destroying the data by AltGrendel · · Score: 4, Funny

    1) Write all 1s then 0s to the drive, repeat 5x.
    2) Use acetylene torch and reduce drive to slag.
    3) Encase slag in concrete.
    4)Drop concrete in Marianas trench.

    --
    The simple truth is that interstellar distances will not fit into the human imagination

    - Douglas Adams

  8. Old machines from pr0n sites. by Karma_fucker_sucker · · Score: 3, Funny

    I wonder if they auction them off too?

    --
    Evil people don't think they're evil. - George Lucas, Making of Ep III
  9. how do I get in on that scam? by Lumpy · · Score: 5, Funny

    professional forensics firm to erase your hard drives? really?

    how do I market myself as this and sell that service to people? sounds like a great article to whip up some Fear frenzy that we geeks can make good money on.

    "Yup, I can safely eradicate your data and wipe that drive, no it's not easy, but that is why it costs $100.00.

    thank you, no we dont accept personal checks."

    adding that to my spyware cleaning racket and I can quit my job as a web programmer/IS manager.

    This rocks, any way to get CNN to stir it up as well to help the fear factor in the general public?

    --
    Do not look at laser with remaining good eye.
  10. Re:Use the military procedure for destroying the d by MightyMartian · · Score: 5, Funny

    5) Ship via US Postal Service

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  11. My Experience with a Used PC by mykepredko · · Score: 3, Funny

    A couple of years ago, we had to buy a PC with Windows/95 on it because a speech therapist had a program for my daughter that only ran on Win/95.

    We were able to find a PC that had just turned in to a local "Cash Converters" and the OS had not yet been wiped/updated and got it for $50. We did try the PC before leaving the store but did not hook up a set of speakers.

    When we got home, we discovered that the previous owner of the PC was an affectionado of Jamacian S&M. The first time I turned it on, the PC started up with somebody screaming "Hurt me Mon!" and every mouse click produced a woman's scream.

    I was able to reset the default sounds on the PC and delete the thousands of jpegs of bondage pictures, but my daughter (who was 8 at the time) was pretty much traumatized and refused to work on the PC until I could demonstrate it wouldn't make the "scary screams" any more.

    We were able to run the speech therapy program, but my daughter never did trust that PC and made me sell it when the therapy was finished.

    myke

  12. USB keys by Gruneun · · Score: 4, Informative

    I raised this issue with the manufacturer of my USB key, after it ceased to communicate. I was offered a brand-new one upon receipt of the old one, but had no way to clear the data (a CVS tree of our product). The tech said any obvious, physical damage (i.e smashing with a hammer) would void the replacement guarantee.

    Apparently, a few seconds in the microwave does not qualify as obvious, physical damage.

    1. Re:USB keys by pe1chl · · Score: 3, Insightful

      But does that destroy the data? Did you check that on anohter key?

  13. With Threads Like These... by Shadow+Wrought · · Score: 4, Insightful
    Invariably in discussions regarding data found on used hard drives there are a litany of stories about what people have found on drives they have bought. In almost every single instance of this there's a disclaimer at the end lines of, "but I deleted it of course." I wonder how many of them actually did. And, of those, if they deleted only the data, or the data and the programs?

    I should also point out that I don't doubt any individual's account- I just don't know that I trust the whole population. Just a thought...

    --
    If brevity is the soul of wit, then how does one explain Twitter?
  14. DO NOT DESTROY STORAGE THEN "DONATE" by magarity · · Score: 5, Informative

    or just destroy the item in question
     
    Nooo!!!
     
    I worked as the technology re-use manager at a nonprofit organization whose mission was to get donated goodies, including computers (my responsibility), to small local charitable organizations. Our warehouse had pallet upon pallet of donated computers whose hard drives were removed as part of corporate donors' policies regarding data safety. Did we get those computers to community centers, adult education programs, inner city kids, etc? Heck no, we had to send them to the metal recycler for 2 cents per pound. Sure, per-storage unit hard drives are cheap but to get enough for a couple of hundred computers is a major expense. And yes, we applied to Maxtor, Seagate, IBM, HP and a couple of others to try to get them to donate hard drives but no dice.
     
    The late-middle aged lady who wants to type and print the church newsletter has ABSOLUTELY no use for a computer without a hard drive and even less of an idea how to install one even if she did have budget to get one. Get a commercially available eraser program; there are plenty of titles and methods. Said church lady has NO IDEA how to extract prior data from a drive that was just plain formatted and a fresh Windows installation put on.

  15. Mac OS X has a decent answer to this by Bobartig · · Score: 3, Informative

    If you go into security options from Disk Utility, there's a click box for "zero out all data", "7 times zero", and "35 times zero", depending on how sensitive your data is. It even warns you "this will take 35 times as long as a single erase.

    --
    This is where I get my recommended daily allowance of "Foot in Mouth."
  16. I also found data by spoco2 · · Score: 4, Interesting

    I also bought a second hand computer, from an auction from a company that had gone into receivership, I got it home, turned it on, it wouldn't boot... I fiddled with the internals a bit and low and behold it booted and came up into Windows XP... well, I don't know the passwords, so I then just boot of a Knoppix Live CD and have free reign to look over the entire hard drive, of what turned out to be a PA's computer, complete with photos of the vehicle parts machine plants they were building right up until they went under...

    The saddest part was looking through the 'Recent Documents' list.

    Letter x, letter y for boss, travel iteneries etc... then... typing tests... job guides, and finally the resume...

    So sad... I wiped it good and proper before I gave it to who it was intended.