What are the major differences? Which is more preferable? Are there any OS specific advantages for one over the other?
|
You can have only 4 primary partitions (3 if you decide to have an extended partition), whereas you can have an arbitrary number of logical partitions. There are no OS-specific advantages other than older versions of Windows must be installed on a primary partition and that the legacy MBR bootloader can only boot from a primary partition. | |||
|
feedback
|
|
In the legacy MBR partition scheme, only at most four partitions can be created (they are called "primary" partitions). To bypass this limit, one of the entries is usually made an "extended" partition – instead of files, it contains several "logical" partitions.
In practice, the only difference is that some operating systems (namely Windows) are unable to boot from logical partitions. A newer partition scheme, GPT, is used on some recent systems, including all Intel Macs – it doesn't have such small limits, and does not need to use extended/logical partitions. | |||||
feedback
|
|
they're not alternatives, it's more a point about the order you create them and their hierarchical relationship. The first is called the primary partition. Some OSs let you have more than one. thanks to grawity and ignacio for corrections. | |||||||||||||||
feedback
|
|
Primary partitions have entries in MBR. So, there are maximum 4 primary partitions and one of them may be extended partition. The extended partition can contain variable number of logical partitions. The extended partition contains VBR by which Program control can get the information of logical partitions. | |||
|
feedback
|
