I've got a bunch of 4TB WD Reds that are sitting unused after I changed them for 6TB drives and I want to sell them. Can anyone recommend a good, possibly freeware, program to securely erase drives? I've seen Active@Kill and Disk Wipe, are the most common options, does anyone have any other suggestion? OS would be Windows.
Announcement
Collapse
No announcement yet.
HDD eraser format
Collapse
X
-
I don't think that's true. A single pass isn't enough if you have sensitive data. Some techniques can still recapture old data. DoD specifies 3 passes. However for most people it's probably enough.
Darik's Boot N Nuke does what you need, although I think there's a fork called Nwipe which is more up to date. It runs from a bootable usb or CD.
Comment
-
I have a friend who was an IT consultant for the government, he claims that they most time efficient way to make sure a HDD is non-recoverable is to physically destroy it. He said even after 8 passes of zeroing, that some data can still be recovered.
I think you'd have to be pretty unlucky to find someone that could be bothered to try and recover anything after you had zeroed it.
Comment
-
Originally posted by EvilBoris View PostI think you'd have to be pretty unlucky to find someone that could be bothered to try and recover anything after you had zeroed it.
Comment
-
Alternatively, Windows' own diskpart utility can zero out an entire drive via the command 'clean all'.
If you've never used diskpart before it can be a bit scary(no confirmation for anything!) but the short version is to type diskpart at the command prompt, then you'll get this. Type the bold stuff:
Code:DISKPART> [I][B]list disk[/B][/I] Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 278 GB 1024 KB <-- this will very likely be your boot disk. DON'T SELECT IT! Disk 1 Online 12 TB 0 B * <-- this might be your target disk DISKPART> [I][B]select disk 1[/B][/I] Disk 1 is now the selected disk. DISKPART>[I][B] clean all[/B][/I]
I guess you could just run it four times to erase all four disks at once and also still use the computer for other things, unlike a boot CD approach.Last edited by randombs; 11-09-2015, 06:48.
Comment
Comment