How do you create primary and extended partitions?

A Brief Introduction to Hard Drive Partition

Before we talk about primary vs. extended partition, we should know what the hard drive partition is. Hard disk partitioning refers to dividing the overall storage space of the hard disk into multiple independent areas called primary and extended partitions. When we use the hard drive partition, we always consider the difference between primary and extended partition, their respective functions, and if you can convert primary to extended partition. Computer users who know little about computers are always confused about primary and extended partitions. Therefore, this article will discuss primary vs. extended partition, hoping to help computer novices understand and apply them better.

How do you create primary and extended partitions?

Primary Partition: A must-have Partition for System Boot

When it comes to primary vs. extended partitions, first, look at what primary partitions are. The primary partition can also be called the leader partition, which the operating system and the motherboard will recognize as the first partition of the hard disk.

The primary partition is a relatively simple partition, usually located in the frontmost area of ​​the hard disk, and constitutes a logical C disk. The primary boot program is a part of it. We can use this program to detect the correctness of the hard disk partition, determine the active partition, and be responsible for transferring the boot right to the DOS or other operating systems. If this program is damaged, it will not be able to boot from the hard disk, but the hard disk can be read and written after booting from the floppy drive or CD-ROM.

After dividing one primary partition, we can divide the rest into extended partitions. The quantity of the primary partition is not fixed; you can split it into two primary partitions. But a disk drive can contain up to four primary or three primary partitions and a single extended partition. We can also call the primary partition the boot partition because the operating system and motherboard recognize it as the boot partition of the hard disk.

How do you create primary and extended partitions?

Know All Information About Extended Partition

After talking about the primary partition, we will say what is extended partition and how many we can have. A hard disk can contain only one extended partition. But an extended partition can be subdivided into several partitions called logical partitions.

Extended partitions act as containers for logical partitions. People also describe the structure of an extended partition (regarding the logical partitions contained in the extended partition) in the Extended Boot Record (EBR). They will become visible when we format the logical partitions in the extended with the appropriate file system. We can use extended partitions to store user data. This method will protect the data from operating system crashes or corruption.

We cannot use the extended partition directly. It is used as a logical partition to divide the extended partition into several logical partitions. Their relationship is a containment relationship, and all logical partitions are part of an extended partition.

How do you create primary and extended partitions?

Primary vs. Extended Partition | What's the Difference and Which Is Better

DifferencePrimary partitionExtended partition

Quantity

At least 1 and a maximum of 4.

Cannot use extended partition directly. It is used as a logical partition so that the extended partition consists of several logical partitions.

Bootable

The primary partition is bootable, and it contains the operating system/s of the computer.

The extended partition is a partition that is not bootable. 

Applicable scenarios

We can use it to boot the operating system, establish one to four primary partitions and install multiple operating systems without interfering.

Extended partitions do not store files directly but create logical partitions to store general data, audio, pictures, and files.

Naming example

Primary partitions are assigned the first letters in the alphabet as drive letters (such as C, D).

 Logical drives in the extended partition get the other letters (such as E, F, G).

1. How to Create a Primary Partition?

Step 1. Right-click 【This PC】 and click【 Manage】 to open 【Disk Management】.

How do you create primary and extended partitions?
        
How do you create primary and extended partitions?

Step 2. Check the number of primary partitions on the disk. If there are already 4, we cannot build a new primary partition. If it is less than 4, we can create a new one.

Step 3. Select free space to create a primary partition.

How do you create primary and extended partitions?

Step 4. Select the available space, then right-click【New Simple Volume】to build a new primary partition.

How do you create primary and extended partitions?

2. How to convert primary to logical partition?

Search and get a disk partition tool or software like EaseUS Partition Master. You can allocate the extra space of the logical partition to the system partition without system corruption and loss of essential files.

Step 1. Download and install EaseUS Partition Master Suite.

How do you create primary and extended partitions?

Step 2. Choose primary partition and click [convert primary to logical partition].

How do you create primary and extended partitions?

Conclusion:

After reading this article, I believe you understand the primary and extended partitions. You can make the right choice when partitioning a new disk.

How do I create a primary partition?

Run the command create partition primary to create a partition of the full size of the drive. Run the command format override fs=NTFS label= to set the file system and volume label. Use the label of your preference for the volume.

How do I create an extended partition?

The extended partition can be created with the command create partition extended size=XXXX. The XXXX represents size specified in MB, where 1024 MB equals to 1 GB. The size parameter is optional, and if it is not used then the extended partition will takes up all the remaining unallocated space.

What are primary and extended partitions?

Primary partition is a bootable partition and it contains the operating system/s of the computer, while extended partition is a partition that is not bootable. Extended partition typically contains multiple logical partitions and it is used to store data.

Should I create primary or extended partition?

A primary partition is only necessary if you wish to make the drive bootable – ie. if you need to install an operating system on it. If you are using the drive purely for additional data storage, you can simply install an extended partition with logical drives.