Os discos rígidos têm uma tabela de partições incorporada no MBR . Devido à estrutura dessa tabela, a unidade está limitada a quatro partições. Essas são chamadas de partições primárias .
Você pode ter mais partições criando partições virtual (chamadas logical ) em uma das quatro partições principais . Existe um limite de 24 partições lógicas.
A partição escolhida para dividir em partições lógicas é chamada de partição estendida e, até onde eu entendo, você pode ter apenas uma.
A vantagem das partições lógicas é simplesmente que você pode ter mais de 4 partições em um disco.
Você deve ser capaz de instalar qualquer sistema operacional em todas as partições.
Veja esta página para obter mais detalhes
In the current IBM PC architecture, there is a partition table in the drive's Master Boot Record (section of the hard dirve that contains the commands necessary to start the operating system), or MBR, that lists information about the partitions on the hard drive. This partition table is then further split into 4 partition table entries, with each entries corresponding to a partition. Due to this it is only possible to have four partitions. These 4 partitions are typically known as primary partitions. To overcome this restriction, system developers decided to add a new type of partition called the extended partition. By replacing one of the four primary partitions with an extended partition, you can then make an additional 24 logical partitions within the extended one.