Re: totally wiping harddisk using Knoppix
- From: Unruh <unruh-spam@xxxxxxxxxxxxxx>
- Date: Sat, 24 Nov 2007 22:00:58 GMT
"J.O. Aho" <user@xxxxxxxxxxx> writes:
Aaron Gray wrote:
"John Hasler" <john@xxxxxxxxxx> wrote in message
news:87bq9jjytm.fsf@xxxxxxxxxxxxxxxxxxxx
Aaron writes:
<fixed mess cause by broken news client>
Yes dd sounds like the one.Now I need a good lowlevel command to wipe the darn thing.How thoroughly? dd will fill it with zeros. 'Secure-delete' and 'wipe'
will render the data unrecoverable by anyone who is not prepared to spend
stupendous amounts of money.
Whats the command line ?
I will remove all the other harddisks IDE leads just in case.
With cat (wipe out your whole hda):
cat /dev/urandom > /dev/hda
With dd (wipe out your whole hda):
dd if=/dev/urandom bs=2048 of=/dev/hda
Unfortunately /dev/urandom is relatively slow. using /dev/zero is much
faster, and arguably just as secure.
.
- References:
- totally wiping harddisk using Knoppix
- From: Aaron Gray
- Re: totally wiping harddisk using Knoppix
- From: John Hasler
- Re: totally wiping harddisk using Knoppix
- From: Aaron Gray
- Re: totally wiping harddisk using Knoppix
- From: J.O. Aho
- totally wiping harddisk using Knoppix
- Prev by Date: Re: totally wiping harddisk using Knoppix
- Next by Date: Re: totally wiping harddisk using Knoppix
- Previous by thread: Re: totally wiping harddisk using Knoppix
- Next by thread: Re: totally wiping harddisk using Knoppix
- Index(es):
Relevant Pages
|