Trouble formatting a hard drive

walrusoverlord

Honorable
Jan 7, 2013
19
0
10,510
I have been trying to wipe an old crummy hard drive of mine from years ago. It has a certain Vista Install on it which Dell put into the Inspiron 531 line of PCs which removed all natural means of formatting the hard disk in Windows itself. The option to format does not exist even in the secret options of the boot menu and of course no options in windows while it is running. No other computers I own will read the hard disk when they are connected to it, so I cannot format the hard disk from another PC. Boot programs like DBAN on CDs and USBs fail to load when told to do so on the Vista. So I cannot wipe the hard drive in that way. The Vista installed on the hard drive still boots regularly so I know the drive itself is not broken, but I do not want vista. I want a blank hard disk on which I intend to install Windows 7.

Are there any absolutely 100% foolproof ways to wipe an old hard drive when all of the above options have failed?
 
Hello... Any Windows install media has the "Wiping tools" on it.
1) Boot from install media.
2) Custom install.
3) Drive options/Tools
4) Delete all Partitions on the drive... may take a couple of reboots to get them all... Exit install media anytime to NOT Install Windows OS... OR on the drive you are working on.

You need to be at basic DOS level to get the Job done right... B )
 

bailojustin

Distinguished
Take the hhd and put it in a computer you already have, now boot up the computer, not using the hhd you want to reformat. Now

Open cmd prompt as admin,
Type diskpart
Type list disk
Now the drives will show up, find the hdd you want to reformat, it should be labeled as like disk 1 or disk 2
Type select disk "x" x being whichever hdd your formating
Once the disk is selected
Type clean
Type create partition primary
Type select partition 1
Type activate
Now reformat time
Type format fs=ntfs quick
After its done formatting
Type assign "x" x being the drive letter you want
Type exit

Your disk is now reformatted