Possible Duplicate:
Deep Format of a Harddrive on a Linux System
Do you know tools (linux live cds, bootable dos tools ) to wipe hard drives ?
Do you know tools (linux live cds, bootable dos tools ) to wipe hard drives ? | |||||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Dban "Darik's Boot and Nuke ("DBAN") is a self-contained boot disk that securely wipes the hard disks of most computers. DBAN will automatically and completely delete the contents of any hard disk that it can detect, which makes it an appropriate utility for bulk or emergency data destruction." | |||
|
feedback
|
|
I'll use ISTR that DoD recommends 7 passes, so you could do something like:
Just be careful you get the correct disk or you could really shoot yourself in the foot. If I'm wiping a desktop or laptop I'll boot off a linux liveCD and run dd from that. | |||
|
feedback
|
|
You can use shred which is installed by default in Ubuntu. So just get a live CD of that.
or secure-delete (most likely not installed by default)
| |||
|
feedback
|
|
| |||
|
feedback
|
|
what's wrong with dd? dd is a tool that comes with (my belief) any linux live/install/repair image.
isn't zeroing the disk clean/secure enough? just wondering | |||||||||||
feedback
|