Home : General : Chit Chat :

General: Chit Chat: Re: [RedRum] Boot Records: Edit Log

Here is the list of edits for this post
Re: [RedRum] Boot Records
Code:
dd if=/dev/random of=/dev/hdX

- or -

$max = size of drive in Kb;
$drive = location of drive in /dev

fdisk $drive
delete all partitions
dd if=/dev/zero of=$drive bs=1024 count=$max

:-)

- wil

Last edited by:

Wil: Feb 11, 2002, 2:24 AM

Edit Log: