View Single Post
  #23  
Old 08-29-2008, 07:29 PM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
Quote:
Originally Posted by Switch View Post
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.
Reply With Quote