LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   creating partition question (https://www.linuxquestions.org/questions/linux-newbie-8/creating-partition-question-589540/)

mokku 10-04-2007 10:26 PM

creating partition question
 
I am trying to use fdisk command to make partition, it request to slected primary or extend, what to select and how do I make decision?

David the H. 10-05-2007 12:29 AM

There are three kinds of partition, primary, extended, and logical. What you need is either a primary or logical partition. Extended partitions are not usable on their own, but are really just containers for logical partitions.

A hard disk can only have up to four primary partitions. These will be named hda1-hda4 (or sda1, etc). If you need more than four, then you have to change one of those primaries to an extended partition, and then create one or more logical partitions inside of it. These extra partitions will be always be numbered from hda5 and up, no matter how many primaries you actually have. And of course the extended partition must be large enough to hold all of the logicals you plan to put in it.

Bruce Hill 10-05-2007 07:57 AM

You may also want to try "cfdisk" rather than "fdisk" for making partitions. It's more reliable and also easier to understand.


All times are GMT -5. The time now is 07:08 AM.