0

I have a multi distro laptop (Ubuntu MATE / Mint Cinnamon / Debian) (32-bit Inspiron 6400 2Gb ram 320GB WD HDD) that ignores the alleged limit of 4 primary partitions. I have 15 and counting.

I'm new to modern Linux and am having a play. I last had a play back in the 90s with GNU Slackware I also have an old Acer 64-bit desktop which will only allow 4 primary partitions. I might try loading another 2 distros on to see if the 5th one boosts. Any ideas why this one machine allows over 4 primary partitions and the other does not?

Zanna
  • 70,465
PWC
  • 11

1 Answers1

3

You're probably on GPT partition scheme as are all modern Linux. This ignores the partition limit the old MBR partition scheme set. GPT will also allow you to make bigger partitions than MBR.

https://www.howtogeek.com/193669/whats-the-difference-between-gpt-and-mbr-when-partitioning-a-drive/

(depending on the language or your os) to verify this you can run :

LANG=C && sudo fdisk -l | grep Disklabel

in a terminal.

you'll get:

Disklabel type: gpt
Disklabel type: gpt
Zanna
  • 70,465
tatsu
  • 3,107