• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Best For Removing Everything On THe Hard Drive

AMDawG1800

Junior Member
What is the BEST software for removing EVERYTHING from the hard drive...so that the hard drive is "like brand new" just as it came when you got it?
 
I would load a *nix bootdisk and do a dd if=/dev/zero of=/dev/rwd0c or whatever is appropriate for your version of *nix -- I'm an OpenBSD user. That would write a 0x00 to every byte on the drive.
 
actually you would want to do "if=/dev/random" - so to write 'random' information to the drive. you should repeat this several times (dod specs require 7 wipes, IRC).

you can get a linux bootdisk here
 
most disk manufacturers have a low level wiping utility that you can ownload from their website. ibm has their drive fitness test, etc. any of these will let you do a complete wipe of the hd. if you are paranoid, do it 10 times.
 
Back
Top