Michael's Domain

The fact that everything looks different doesn't mean that all has changed

How to erase hard drives (shred, dd)

You could write zeros to the whole hard drive

dd if=/dev/zero of=/dev/hda

or - better - write a few passes of random noise

shred -vfz -n4 /dev/hda


© Michael Jeltsch 2006

Powered by Drupal - Design by Artinet