[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] erasing ext3 filesystems securely
- Subject: [ale] erasing ext3 filesystems securely
- From: esoteric at 3times25.net (Geoffrey)
- Date: Tue Jun 7 07:05:52 2005
- In-reply-to: <[email protected]>
- References: <[email protected]>
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