What does the term "Extended Partition" mean? Is it safe to use this type of partition?

In the image below, what does Extended 103 GB mean?


screenshot of Disk Utility showing a 500 GB drive with two primary & one logical partition



A traditional partition table like yours can have maximum of four primary partition. That means you can't have more than four drive. Concept of extended partition solves this problem.

An extended partition is a special type of partition that can hold multiple logical partitions. It's is like a container/wrapper of all logical partitions. Inside an extended partition you can create many logical partitions (this solves the maximum number of drives limitation).

Primary partitions are generally used for installation of operating systems. However, logical partitions can also be used (for eg. your Ubuntu is installed on an extended partition)

In your hard disk you have three primary partitions :

  • Windows (385GB)
  • Extended partition (where Ubuntu is installed)
  • Recovery partition.

In a word, your partition table is 100% alright. :)


Yes, using an Extended Partition is safe. It is a work-around used to extend the original method of partitioning a disk which only allowed dividing a disk into a maximum of four partitions. This description in Wikipedia provides a (very) brief overview of the terms and their meanings.

The original method was developed in the early 1980's when 10-20 MiB was considered a "very large" disk. To put it another way, the original Master Boot Record (MBR) partitioning scheme was created at a time when 0.002% of your 500 GB drive was considered a HUGE! amount of storage.

By the time they realized how foolish the original scheme was, they were locked into into it. So using an Extended Patition containing logical partitions was developed as a work-around.

At some point in the future, disks will no longer use MBR partitioning. Instead they will use a GUID Partition Table (GPT). Using GPT partitioning there can be (at least) 128 primary partitions. So GPT partitioning does not use an Extended Partition. (As a side note, a minimum of 16 MiB ... or over 1 1/2 times the size of one of those early 10 MiB hard drives used with a 1980's PC ... is reserved just for a GUID Patition Table.)

However, all the major computer manufacturers appear to be working together to make the transition from MBR to GPT partitioning as difficult as possible. So it is not clear at what point MBR partitioning will be replaced by GPT partitioning. The use of an Extended Partition may be with us for quite some time yet.