Why is the limitation on the number of partitions set to 4?

Any reference would be useful.

link|improve this question

… except that 4 is not the limit. Knowing that, you could have asked a question that doesn't require a falsehood as its premise such as "What is the maximum number of partitions that can be made on a hard disc?" … except that that question has already been asked. – JdeBP Dec 23 '11 at 16:42
feedback

migrated from serverfault.com Dec 20 '11 at 22:46

This question came from our site for system administrators and desktop support professionals.

2 Answers

up vote 14 down vote accepted

The limitation is 4 Primary partitions and comes from the structure of the Master Boot Record(MBR). However, you could have 3 primary partitions and 1 extended partition which can have any number of logical partitions within it.

EFI supports GUID partition tables, which do not have this limitation.

link|improve this answer
feedback

It is not a Linux issue. Standard disc partitions (supported by BIOS) only allow 4 partitions. The standard formatting for discs is ancient.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.