Quote:
Originally Posted by Switch
NOW TELL ME HOW TO REFORMAT MY COMPUTER 
|
Run cfdisk and recreate the partitions.
If you want to thoroughly nil the disk surface, use this:
PHP Code:
dd if=/dev/zero of=/dev/hda
Change /dev/hda to whatever the drive is called.