[ale] erasing ext3 filesystems securely

Geoffrey esoteric at 3times25.net
Tue Jun 7 07:05:52 EDT 2005


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.
> 
> Is there a utility out there that can handle ext3 deletion?

I would expect that running dd against the drive a couple of times 
writing strings of nulls would be sufficient.  "dd don't care about no 
stinkin' filesystems." :)

dd if=/dev/zero of=/dev/??? count=$BLOCKSIZEOFDRIVE bs=$BIGNUMBER

As you noted, you're not worried about the CIA.

-- 
Until later, Geoffrey



More information about the Ale mailing list