Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
6/29/2009 3:07:40 PM EDT
I'm looking for a windows program to erase the non boot/non system drive.



something to zero out \Device\HarddiskX\Partition0



sadly, the port of dd is too complicated for the users, though it does get the job done.




and no, don't say dban.




thanks.
6/29/2009 3:30:13 PM EDT
[#1]
So far I'm only finding trial software.
6/29/2009 3:47:34 PM EDT
[#2]
What's wrong with dban?

Turn off computer, unplug any drive you want to save, boot from dban CD and let it work on the drive/s you want erased.

If you don't need an ubersecure wipe of the drive, just boot from a linux live run CD and do a couple of full drive formats using different file systems.
6/29/2009 4:09:30 PM EDT
[#3]
Quoted:
What's wrong with dban?

Turn off computer, unplug any drive you want to save, boot from dban CD and let it work on the drive/s you want erased.

If you don't need an ubersecure wipe of the drive, just boot from a linux live run CD and do a couple of full drive formats using different file systems.


Not really.

A format usually just creates a file table and volume information and forgets about data already on the drive.  Bad block check + format checks for bad blocks then formats.  Nothing really gets "erased", just replaced or lost on the disk.

dd if=/dev/xxx of=/dev/zero

"works".  It writes 0s to the drive.  Data could still be recovered, but it would be hard without forensics tools.
6/29/2009 5:08:40 PM EDT
[#4]
I'm not really finding what you want.

You could do a more exhaustive search on sourceforge or freshmeat.  That's where I go for free software, and they generally have windows installers of the software for download.
6/29/2009 5:12:04 PM EDT
[#5]
diskpart!

Posted Via AR15.Com Mobile
6/29/2009 6:36:45 PM EDT
[#6]
dban

eraser http://www.heidi.ie/node/6

some more options:

http://www.thefreecountry.com/security/securedelete.shtml
6/29/2009 8:09:28 PM EDT
[#7]



Quoted:

dd if=/dev/xxx of=/dev/zero



I hope you're not a unix admin.





I already looked at eraser and from what i could tell it only wipes partitions.






Most products go on about secure wiping and i just need to blank the drive so it looks unused to certain non windows software.



Thanks though.





 
6/30/2009 5:42:52 AM EDT
[#8]
Quoted:

Quoted:
dd if=/dev/xxx of=/dev/zero

I hope you're not a unix admin.


I already looked at eraser and from what i could tell it only wipes partitions.


Most products go on about secure wiping and i just need to blank the drive so it looks unused to certain non windows software.

Thanks though.

 


I got the if and the of mixed up again, didn't I.

That's not a problem about deleting the partitions.

On XP you can go to the Control Panel and open Computer Management from there.  Then on the storage list, select disk management.  From there it should be pretty straight forward.  Keep in mind you are deleting the partitions.  You will need to create new partitions later to use the disk.

You could also use the DOS program FDISK to do this, and most Linux distros have a version of fdisk that allows you to create partitions for just about every filesystem and operating system under the sun.  With fdisk, you can even delete and create new partitions at the same time, and nothing is physically changed with the disk until you command it.

Also, I've never really needed to delete partitions ahead of time when installing a new OS.
6/30/2009 6:24:31 AM EDT
[#9]
http://www.killdisk.com/

There might still be a free version of this.