LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to format Linux Box in single command? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-format-linux-box-in-single-command-712422/)

farslayer 03-19-2009 08:02 AM

the advantage of DBAN is I can boot directly from the CD and at the prompt type autonuke, to do a DOD wipe of ALL drives in the machine. I can take out the CD after that has started, put it in the next PC and repeat the process, while the first one is still wiping. DBAN is lean so it boots faster than most live distros, and it automatically does multiple overwrites with the command I used as an example. There are other command options available. DBAN gives multiple options of HOW you want to overwrite the Drive as well

Sure dd works fine, there is nothing wrong with that method, dban has just been sorta streamlined for the purpose of wiping drives imho. I'm sure both methods take about the same amount of time to complete, depending on the number of overwrites you do to the drive.


Code:

What makes DBAN so popular?

■ It's Free.
■ It's Fast. Rapid deployment in emergency situations.
■ It's Easy. Start the computer with DBAN and press the ENTER key.
■ It's Safe. Irrecoverable data destruction. Prevents most forensic data recovery techniques.

Wipe Methods

■ Quick Erase
■ Canadian RCMP TSSIT OPS-II Standard Wipe
■ American DoD 5220-22.M Standard Wipe
■ Gutmann Wipe
■ PRNG Stream Wipe


Enhancements

■ 8/33/137 gigabyte disk size BIOS limit fix
■ Fast PRNG (Mersenne Twister)
■ Entropy Seeding
■ Verification
■ Logging
■ Hardware Drivers
■ Controllers: XT, IDE, PATA, SATA, SCSI


pixellany 03-19-2009 08:04 AM

And do some tests with different block sizes to see what is fastest---eg
bs=1G count=1
bs=512M count=2
bs=256M count=4
etc.

Each of these copy the same total amount of data, but the speed will change with the block size.


All times are GMT -5. The time now is 04:14 AM.