How many primary partitions must exist on the hard drive before you can create an extended partition

I remember reading somewhere that as opposed to the former versions of Windows - more than 4 can be created, but I can't seem to find it on the web now. Is this true?

asked Mar 5, 2013 at 13:07

ispiroispiro

1,4494 gold badges26 silver badges46 bronze badges

Strictly speaking, Windows only ever allows 4 primary partitions, because the phrase "primary partition" is only applicable to MBR partition tables and MBR partition tables only allow four primary partitions.

However, if you use a GPT partition table (available since Windows Server 2003 on 64-bit versions of Windows) you can have up to 128 partitions and do not need to distinguish between "primary" and "extended" partitions.

Depending on your computer model, you might not have the option of using a GPT partition table on your boot disk, because Windows only has native support for booting GPT disks via UEFI, not via BIOS.

What changed with Windows 8 is that computers sold with Windows 8 must (in order to be certified) support UEFI booting. They must also ship configured to UEFI boot; as a consequence of this they must be shipped with GPT partition tables.

answered Mar 5, 2013 at 23:31

Harry JohnstonHarry Johnston

5,6247 gold badges30 silver badges54 bronze badges

5

The number of primary partitions isn't a limitation of the operating system, but of the partition table.

  • If you use an MS-DOS partition table, you can have up to four primary/extended partitions.

  • If you use a GUID partition table with default settings, you can have up to 128 primary partitions.

gptgen is able to convert an MS-DOS partition table into a GPT:

Gptgen is a tool to non-destructively convert hard disks partitioned in the common, "MSDOS-style" MBR scheme (including extended partitions) to use a GUID partition table (GPT).

I haven't tried the tool myself, but I found a few success stories on Google. Keep in mind that any modification of the partition table carries the risk of data loss.

answered Mar 5, 2013 at 13:40

How many primary partitions must exist on the hard drive before you can create an extended partition

DennisDennis

47.5k10 gold badges127 silver badges147 bronze badges

4

  • You can have maximum of either 4 primary partitions or 3 primary partitions and one extended partition containing any number of logical partitions. If you don't have enough drive-letters to assign (A: B: C:...), you will have to mount the partitions as NTFS folders.
  • Windows creates a small system partition (a few hundred MB) for recovery, boot and system data.

How many primary partitions must exist on the hard drive before you can create an extended partition

answered Mar 5, 2013 at 13:12

AndreaCiAndreaCi

1,3201 gold badge9 silver badges19 bronze badges

You could have more than 4 partitions far before Windows 8.

However, you can have up to 4 primary partitions or up to 3 primary partitions plus extended partition to hold logical drives (which are informally called "partitions" too). Those will work just as primary partitions in Windows.

Note that extended partition can't hold data itself, but logical drives do.

4 primary partitions is a limitation of MS-DOS partition table.

answered Mar 5, 2013 at 13:25

gronostajgronostaj

53.1k16 gold badges116 silver badges166 bronze badges

Once BIOS detects the bootable device then it executes the MBR (Master Boot Recorder). MBR is 1st sector (512 Bytes) of the 1st bootable device. In 512 bytes, 3 parts are there :

i. 1st 446 bytes has primary boot loader information.

ii. Next 64 bytes for Partitions (16+16+16+16) for this reason only we are able to make 4 Primary Partitions.

iii. Next 2 bytes for validation check of MBR. (Magic Number)

Only one of the four partitions can be marked as active. Second boot loader is then loaded from 1st sector of this active partition which gives you an option to chose your OS to boot.

answered Jul 24, 2013 at 5:01

How many primary partitions must exist on the hard drive before you can create an extended partition

With the standard bios/MBR method you can have 4 Primary partitions, however this is not a good idea if you may want to add futher partitions later. Windows will automatically make the fourth partition an extended one, this ensures that you can add more partitions (space permitting) if required in the future, only one partition can be active and for DOS based systems (including W95/98) this must be the first partition.

answered Aug 11, 2013 at 22:42

1

Not the answer you're looking for? Browse other questions tagged windows-7 windows windows-8 partitioning or ask your own question.

How many primary partitions must exist on the hard drive before you can create an extended partition quizlet?

The active partition must be a primary partition. Each physical disk can have up to four primary partitions, or three primary partitions and one extended partition.

How many extended partitions can be created in a hard drive?

There can be only one extended partition on a hard disk. Within the extended partition, you can create any number of logical drives.

How many maximum primary partitions can 1 drive have with 1 extended partition?

Hard disks can be split into four primary partitions, or one of these can be configured as an extended partition.

How many partitions does an extended partition have?

Disk partition rules On BIOS-based systems, you can designate one of the four standard partitions as an extended partition. An extended partition is a special partition that can be divided into additional partitions that are called logical partitions. An extended partition cannot store files.