Tools for hard drive diagnostics, repair, and data recovery
Post a reply

Software to wipe drives

December 3rd, 2008, 21:35

Hi all,
I need advice on software to wipe drives.
Dban works good for smaller drives but fail to wipe
the newer 1.5tb drives.
Any ideas?

Re: Software to wipe drives

December 4th, 2008, 9:54

What is the purpose of the wipe? Security?

Re: Software to wipe drives

December 4th, 2008, 23:46

The purpose does not change the problem, but lets say for security.

Re: Software to wipe drives

December 5th, 2008, 6:07

There are many possible reasons for wiping, and many software available. A simple search on google should find many for you. Even basic hex editors can be used to fill disk with 00.

Re: Software to wipe drives

December 5th, 2008, 7:11

Thanks hddguy, I have tried a couple including Hex Editors and some work, some don't.
Dban wipes in a dos/linux environment on almost any pc and up to 3 or 4 drives at one
time but not the 1.5tb and that is what I would like to find - a tool to wipe these bigger
drives overnight 2-4 at once.

Re: Software to wipe drives

December 5th, 2008, 10:31

DDrWiZZ wrote:The purpose does not change the problem, but lets say for security.


Of course the purpose changes things. Ask any government entity in the world if the wiping parameters do not matter. To answer your question use anything like:

http://www.x-ways.net/winhex/

http://www.cprtools.net/store/index.php?main_page=product_info&cPath=4&products_id=30&zenid=akaqbpgu43tbhp5063k6cggvj3

http://www.killdisk.com/

http://www.blancco.com/en/products+services/blancco+pc+edition/overview/

Re: Software to wipe drives

December 5th, 2008, 12:27

if it were me, i'd just use linux and dd
dd if=/dev/zero /dev/sdx

Re: Software to wipe drives

December 12th, 2008, 20:14

HDDerase from http://cmrr.ucsd.edu/people/Hughes/SecureErase.shtml or on the http://www.UltimateBootCD.com/download.html , will ERASE the contents of the entire drive at once using the internal SECURE ERASE command. This is the fastest erase and cannot be stopped.
If the drive is powered off after accepting the SECURE ERASE command, on power up it will be locked.
In this state the drive will continue the erase unless it is unlocked (after being partially erased) if the internal password is known.

Re: Software to wipe drives

December 13th, 2008, 21:29

hmmm
should have been
Code:
dd if=/dev/zero of=/dev/sdx

Re: Software to wipe drives

December 14th, 2008, 7:55

To overwrite these drive 2 or more at a time. Get an external eSata box with a port multiplier (we use 2 x 5 port ones) and an eSata card that supports Port multiplication and drives > 1tb ..

Using Windows Disk Manager, set up a RAID 0 array using the drives you want to wipe. Then set winhex to overwrite the array. once complete, break the array by converting the disks back to normal and you only have a few sectors to wipe at each end of each drive to complete the operation.

We use this for wiping clone drives and has worked for years (we also have an 8 port ATA RAID box that has a SCSI interface that we use in the same way for wiping ATA drives).

If you want more detailed info PM me.

<itch>
Post a reply