On 24-Oct-2000 Barry L. Kline wrote:
> I have a number of PC's that are going off lease and will be sent back
> to be turned into dog food. Before they leave I want to wipe the hard
> drives. Although there's nothing on them that requires a
> military-style wipe (e.g. destroy with a hammer), I would like to take
> a pass or two over the drive.
>
> My first thought was to boot up with Tom's boot/root disk and do:
>
> dd if=/dev/random of=/dev/hda
>
> which would, in my warped view of the world, continue to copy random
> data over the hard drive. Unfortunately, when I issue that command,
> not much happens. I get some data from if but nothing appears to go
> to of.
>
> So, what't the quick-and-dirty drive wiping technique used by those
> who love Linux?
I use a program called wipe (forgot where I got it - likely freshmeat). I
usually just use the default settings. But, if memory serves me correctly it
allows commandline parameters for the number of passes over a file.
As for your method, /dev/hda is the whole drive. Linux commands likely would
want partition names to write to. That could explain the failure, though I'm
not inclined to try it just now to see.
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list