LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   Linux Distro that will securely clean hard drive? (https://www.linuxquestions.org/questions/linux-distributions-5/linux-distro-that-will-securely-clean-hard-drive-244677/)

alime 10-19-2004 11:58 AM

Linux Distro that will securely clean hard drive?
 
i get donated computers for my local organzation.
i need a Bootable linux Distro that will allow you to destructively erase a partition. by overwriting the existing data on the disk or file with either random numbers or a series of zeros and ones (or some such bit patterns).
anyone know of any?
Thanks
"A"

nhs 10-19-2004 12:11 PM

Any live distro should let you do this. If you don't want to modify one then booting to (for example) knoppix and running "dd if=/dev/zero of=/dev/hda" or "cat /dev/zero >/dev/hda" (you will probably have to become root) will overwrite everything with zeros. Replacing /dev/zero with /dev/urandom will overwrite with (pseudo)random bytes.

If you want this to be automated then you could take any bootable distro and add the command to the startup scripts. If you did this then you may want to trim the disc a bit - i.e. no need to start X, detect network/sound/etc in order to erase the hard disc and therefore starting with a more minimal rescue distribution may be simpler. It should be possible to fit what you need on a floppy disc so looking for one of those to modify might be a good idea.

twilli227 10-19-2004 07:20 PM

You can try Knoppix STD, it is a live cd with a ton of applications:
http://www.knoppix-std.org/
Quote:

# wipe : wipe a partition securely. good for prep'ing a partition for dd
# and other typical system tools used for forensics (dd, lsof, strings, grep, etc.)
Here are the tools that are included:
http://www.knoppix-std.org/tools.html

And I am using it right now to post this from work.:tisk:

2damncommon 10-19-2004 07:46 PM

I still like Autoclave.

Glas 10-19-2004 08:37 PM

Because I work for this company I have to recommend this IBM Secure Data Disposal. This program works great. It has 3 levels of data shredding with highest being a DOD level shred.

Also Autoclave is really good but I hate using floppies so I found Ultimate Boot CD that has Autoclave on it and other great utilities.

tnandy 06-26-2006 10:22 AM

I recommend DBAN (Darik's Boot and Nuke), a free download. It allows you to simply zero-fill or overwrite with random data multiple times. It downloads to your choice of bootable floppy or bootable CD.

http://dban.sourceforge.net/

halo14 06-26-2006 11:42 PM

i second DBAN... it's excellent.

RobWatson 02-01-2012 06:43 PM

Getting DBAN to run from USB
 
I also need to use the usb flash with linux to completely wipe some hd's.
I downloaded the DBAN ISO from the DBAN site.
Ran YUMI to install on a usb stick.
Booted from it in MOBALIVE CD program / virtual machine
and it has the error in QEMU:
no configuration file found
I really would like to get this one going...sounds like what I need.
I am a linux newbie. How to change the configuration file to boot from a usb stick?
Any ideas how to use the iso or add it to other distros like UBUNTU .
Thanks R


All times are GMT -5. The time now is 09:34 AM.