|
Alright, Run 'fdisk -l', you should see some info about your hd, looks like "/dev/hda" or "/dev/sda" something along those lines. That's your hard drive, if you have more than one make sure you know which one you want to work with. Secondly run 'fdisk /dev/xxx' then you can start manipulating the hd. Also check out 'man fdisk', it should help, 'q' will exit.
|