[ale] erasing ext3 filesystems securely

Stuffed Crust pizza at shaftnet.org
Mon Jun 6 23:30:29 EDT 2005


On Mon, Jun 06, 2005 at 10:24:26PM -0400, John Wells wrote:
> I don't need CIA level deletion here, but I would like to be reasonably 
> certain that noone could restore my data after the drive is returned.

There's always the likes of:

dd if=/dev/urandom of=/dev/hdc bs=2048

To write random data everywhere..

followed by:

dd if=/dev/zero of=/dev/hdc bs=2048

to zero it all out so you don't get screwy partition tables

replacing /dev/hdc with the appropriate device..

 - Pizza
-- 
Solomon Peachy        				 ICQ: 1318344
Melbourne, FL 					 JID: pitha at myjabber.net
Quidquid latine dictum sit, altum viditur
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available




More information about the Ale mailing list