Re: totally wiping harddisk using Knoppix
- From: Unruh <unruh-spam@xxxxxxxxxxxxxx>
- Date: Sat, 24 Nov 2007 21:59:12 GMT
"Aaron Gray" <ang.usenet@xxxxxxxxx> writes:
Yes dd sounds like the one.
Whats the command line ?
The whole hard disk?
dd if=/dev/zero of=/dev/hda bs=1M
and then wait. That wipes /dev/hda completely-- including all formatting
info, the MBR, etc. The disk may be unuseable thereafter.
If you just want to wipe a partition, use /dev/hda6 let
us say.
If you want to use the disk again, I would use fdisk to erase all the
partitions, and make one partition of the whole disk space and then do
dd on that partition.
I will remove all the other harddisks IDE leads just in case.
Aaron
"John Hasler" <john@xxxxxxxxxx> wrote in message
news:87bq9jjytm.fsf@xxxxxxxxxxxxxxxxxxxx
Aaron writes:
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.
--
John Hasler
john@xxxxxxxxxx
Dancing Horse Hill
Elmwood, WI USA
.
- Follow-Ups:
- Re: totally wiping harddisk using Knoppix
- From: Martin Blume
- Re: totally wiping harddisk using Knoppix
- 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
- 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
|