How Do i create a partion?Forum: HD Install Topic: How Do i create a partion? started by: Sgt_andrew Posted by Sgt_andrew on Aug. 23 2005,20:21
Where can i find a tool to create a partion on my hard drive. (Perfable one that will run in windows or in dsl)
Posted by Your Fuzzy God on Aug. 23 2005,20:50
cfdisk comes with DSL. Run it using a terminal prompt.
Posted by I went to bed very late on Aug. 23 2005,20:51
You can find it in dsl. It's called fdisk
Posted by cbagger01 on Aug. 23 2005,22:01
First, you need to know your hard drive device name.Open an xterminal and type: sudo su fdisk -l For most users, the hard drive is located at /dev/hda so you may be able to skip this step and instead type: sudo su (if not already typed in once) cfdisk /dev/hda |