Re: totally wiping harddisk using Knoppix



"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


.



Relevant Pages

  • Re: Writing a correct MBRfrom User Mode
    ... >>So do you want to do it unattended, or do you want to attach it to a Windows ... The user used DiskManagement to create a system partition on a secondary disk. ... This disk's MBR must be correct, what ever its previous step was. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: drive not seen in disk management
    ... If the drive is not partitioned...it will not show up in Windows Explorer... ... but it will show up in Disk Management... ... that's how you partition and format a new auxiliary drive. ... you could attempt to copy the MBR to a file. ...
    (microsoft.public.windowsxp.hardware)
  • Re: Linux community software-update-anarchy polemic
    ... Remember, I'm just a monkey. ... That implies that if you have one disk per partition, ... Trust the kernel or don't trust the kernel, but either way, both ...
    (comp.os.linux.misc)
  • Re: drive not seen in disk management
    ... If the drive is not partitioned...it will not show up in Windows Explorer... ... that's how you partition and format a new auxiliary drive. ... shows both raw disk and partitions. ... you could attempt to copy the MBR to a file. ...
    (microsoft.public.windowsxp.hardware)
  • Re: How to backup the MBR?
    ... > DI will always make sure the partition ... > locations on the disk. ... > code is very easily restored via fixboot or fdisk /mbr. ... >> So I need to figure out how to do a backup of my MBR ... ...
    (microsoft.public.windowsxp.general)