How to whipe one's drive?

Discussion in 'Storage Devices' started by Exfoliate, Aug 26, 2005.

  1. Exfoliate

    Exfoliate Geek Trainee

    Likes Received:
    166
    Trophy Points:
    0
    I don't really know anything about hard drives and the inner goings-on with that catagory so could anyone tell me exactly how to go about totally whiping my hard drive? I take it there's some system tool? I'll need to know as I'll be selling this puppy on Ebay most likey (I've decided against selling it to my friend as he can't afford it and I'd feel wrong trying to sell you guys an old beater like this when you can get better for less on newegg). Thanks:)
     
  2. ninja fetus

    ninja fetus I'm a thugged out gangsta

    Likes Received:
    65
    Trophy Points:
    48
    just do a format, not a quick format, just format it to something really weird, or fat from ntfs. that should screw up anything that's on there pretty good.
     
  3. Exfoliate

    Exfoliate Geek Trainee

    Likes Received:
    166
    Trophy Points:
    0
    As I said I'm a total noob when it comes to drives, how would I reformat it?:O Thanks.
     
  4. pelvis_3

    pelvis_3 HWF Member For Life

    Likes Received:
    123
    Trophy Points:
    63
    DriveScrubber is an excellent tool to format, ive used it may a time and it works great.
    It basically formats you HDD 5 times over and writes completely random stuff on it!
    You can get it here > http://www.iolo.com/ds/download.cfm
     
    Exfoliate likes this.
  5. Exfoliate

    Exfoliate Geek Trainee

    Likes Received:
    166
    Trophy Points:
    0
    Thanks, will d/l now, what's the point of the random stuff? I'm just going to whipe it and reinstall XP so I can sell it for more $.
     
  6. pelvis_3

    pelvis_3 HWF Member For Life

    Likes Received:
    123
    Trophy Points:
    63
    It does it so it scrambles any possible data left on the drive so its unrecoverable!
    There is also a program which does the same and runs off a floppy but i cant remember the name of it!
    Hope it works for you.
     
  7. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    Really Ex theres no need in that unless you have sensitive corporate data really. Most normal people use their PCs to install apps and surf the net. Unless you have anything to hide, boot from your windows xp cd, go to the recovery console and then type:
    Code:
    format [driveletter]:
    
     
    Exfoliate likes this.
  8. ThePenguinCometh

    ThePenguinCometh There is no escape

    Likes Received:
    51
    Trophy Points:
    0
    First of all if you really want to make the data totally unrecoverable and unreadable a simple format won't work. I once had a Linux formatted disk that I accidentally repartitioned and re-formatted as FAT32. I was able to recover both the partitions and the data using readily-available free tools. Don't fall into the trap of thinking that data uses the simple mathematical model of zeros and ones and that changing a one to a zero hides the earlier data, it's not as simple as that. This post gives a brief technical intro to the issues of hardcore data recovery. Formatting it several times over will increase the entropy on the hard-drive and make the data better protected.

    However, if you you really need to protect the data, or are truly paranoid, then you can mount the drive on a Linux box try the following script (assuming the hard-drive you want to wipe is /dev/hdc):

    That one takes input from the random number generator device and send the output to the hard-drive and keeps doing so until you kill it. Leave that one running for a few weeks and even the NSA will be hard-pressed to recover the data!
     
    Exfoliate likes this.
  9. Exfoliate

    Exfoliate Geek Trainee

    Likes Received:
    166
    Trophy Points:
    0
    Okay guys I'm seeing it now. I have nothing to hide so I'll just pop in the XP disk and do it from there. I sort of suspected it has something to do with that but I really didn't know. Thanks everyone.
     

Share This Page