best/easiest way to wipe the HD of a desktop

Status
Not open for further replies.
DBAN is (a) free, and (b) pretty effective. If you're so paranoid that you don't think DBAN is sufficient, you also won't think denting/damaging the plates is effective. They don't "shatter", at least not the ones I've seen.

Really, DBAN set to only a few wipes is good enough. DBAN set to Gutmann is plenty.

Keep in mind the stats on recovering data are usually about recovering a single bit, not enough bits to put together an entire file.
 
Unless you work on something that needs the kind of security, it is not worth destroying the HD (whether you are using shot gun or sand blast it). I'd just run those off the shelf free software once (or a few times if you are paranoid), and call it a day. Ideally you should use a software that wipes with random data pattern a few times so you cannot make out the previous residual data pattern. If you just write zeros to all data bits, analog analysis can still make out the slight difference between the bits from the previous write. This will get diluted a lot if you use random data pattern a few times to wipe.

Most data are not worth opening up a drive to analyze the residue magnetic data in analog to spy on. If you need that kind of security you most likely wouldn't be asking for advice here.

If they are going to go through that much effort, they can analyze your data even if you drill, shot, or hammer the drive. You'll have to sand blast all the magnetic surface of the platter and / or grind the platter to dust to really call it safe.

Originally Posted By: rshaw125
Making a big deal out of it. Drill two holes through it. Then give it to Best Buy for recycling.
I had the same issue with some old work hard drives. The US gov spent (wasted) large $ on a wiping program. I took my rechargeable drill with a metal bit and was done with all of them in less than 10 minutes.


You just lost your security clearance. If your drive really has important stuff on it (i.e. the design of some classified weapon), them Chinese and Russian could still analyze the fragment and get partial data out of it.
 
Last edited:
Originally Posted By: LeakySeals
Send the computer hard drive-less if its just recycling. Smash the hard drive to smithereens with a hammer and throw it in your trash.


DBAN is more secure, especially if you run a DoD 5220 compatible wipe with 7 passes. Plus you end up with a working hard drive that can be sold.
 
Good. That's plenty secure and you can sleep well knowing that your data is gone for good. Data destruction done to that level can't be recovered by anyone except people in big scary labs wearing white coats and government IDs. No one's going to spend any time or money trying to recover your Internet cookies and MP3 collection because really, nobody cares.

All the destructive advice here is paranoid nonsense. Makes you wonder what some people are trying to hide.
 
All done
smile.gif

I took the now clean HD out... It's a 40GB SeaGate...seems and feels very solid...

What can I do with it now ??
(also took the 2 RAM sticks out... 756 MB RAM
smile.gif


Perhaps I will put it up for sale (???) wonder if someone might need it...
 
I'd use those old drive for backup of important data. Put it in a new computer, format it, backup the data, store it off site (your parent or sibling's home) just in case your home got a fire. Repeat once every couple of years.

If it is too small, take it apart and get the magnet. Those neodymium magnets are strong, great for inside of oil pan.
 
Originally Posted By: PandaBear
I'd use those old drive for backup of important data. Put it in a new computer, format it, backup the data, store it off site (your parent or sibling's home) just in case your home got a fire. Repeat once every couple of years.

If it is too small, take it apart and get the magnet. Those neodymium magnets are strong, great for inside of oil pan.


yep as i mentioned about 10 posts up.. take out the 10 hex screws and recycle the 2 low profile very strong magnets as pan or filter magnets

if you dont have the right type of hex driver just drill the screws.. takes about 5min max.
 
One of the old SunFEs at work used to just load up a LiveCD and wipe the disks 3 times, then he would destroy the disks with a drill.. He mentioned this is what they used to do in the army.

# CD: https://sourceforge.net/projects/systemr....0.iso/download

# Not tested and only will do scsi devices
for i in ` ls /dev/sd* `; do
dd if=/dev/zero of=/dev/${i}
dd if=/dev/urandom of=/dev/${i}
dd if=/dev/true of=/dev/${i}
done
 
If you boot any version of a Solaris CD/DVD you can run format, choose the disk, an do a destructive analyze of that disk. I believe it writes, then reads, then writes.

That is probably sufficient for most any disk.

The script above should work as well. One might wrap that another loop that counts 3 to 10 iterations if you want it really wiped
smile.gif
 
Smash hard drive with a sledge hammer and mount (or tape) it back inside the tower. If Best Buy does as they claim and shred the drive they shouldn't care if it is smashed already.
 
Status
Not open for further replies.
Back
Top Bottom