LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   DOD Level Drive Eraser (https://www.linuxquestions.org/questions/linux-general-1/dod-level-drive-eraser-685271/)

metallica1973 11-21-2008 05:42 PM

DOD Level Drive Eraser
 
Can someone point me in the right direction for a utility that will erase hdd's to DOD specification. I have a client that wants me to make sure that his data has been erased from the hdd.

I have used:

http://www.dban.org/

or

PHP Code:

shred -vfz -n 100 /dev/hda 

Any suggestions?

paulsm4 11-21-2008 05:46 PM

I remember back when "DOD drive eraser" meant breaking the mag disk platters apart with a hammer.

PS:
Similarly, a "DOD tape erase" was shredding the tape reel with a pair of scissors ;-)

pinniped 11-21-2008 05:49 PM

There was a distro just for this and it went onto a USB stick. Basically it was a minimal install with 'wipe' on it; 'wipe' was just run on the raw device (/dev/whatever) so you plugged in the USB stick, selected 'yes', and left the laptop running over the weekend. As already discussed in previous threads, multiple runs of 'dd' with a good pseudo-random number generator would run faster and probably give the same results (you need to look into the actual requirements to see).

phantom_cyph 11-21-2008 05:53 PM

I prefer shred. My typical command for this is "shred -v -z -n 10 /dev/hdx". It takes a while, but it is very clean when you are done.

metallica1973 11-21-2008 06:03 PM

gentlemen as always many thanks

XavierP 11-21-2008 06:29 PM

What was wrong with dban? From memory it had options to shred to DOD and NSA levels.


All times are GMT -5. The time now is 07:43 AM.