Wiping Out Data

Stephen R Laniel steve at laniels.org
Fri Mar 16 17:07:58 UTC 2007


On Fri, Mar 16, 2007 at 04:44:22PM +0100, Øyvind Stegard wrote:
> You could always use `dd' (as root) if you're command-line comfortable.

I've been advised that while this looks good, it doesn't
generate the kind of guaranteed results that DBAN does.
E.g., it doesn't conform to the DoD spec. I too would have
thought that

#!/bin/sh
num_wipes=[number of times you want to wipe the disk]
for i in `seq 1 $num_wipes`; do
	dd if=/dev/urandom of=[HD device node]
done

would have done the trick, but I'm told by reliable
computer-scientist friends that it does not. Use DBAN
instead.

-- 
Stephen R. Laniel
steve at laniels.org
Cell: +(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20070316/3d036723/attachment.sig>


More information about the ubuntu-users mailing list