Linux support only 4 primary partition because of its underlying structure of MBR i.e.,
Master Boot Record is primarily a data structure which stores parition information and supports only 4 primary partitions. If your BIOS suppprt EFI then you can have GPT table for your partition record and it supports unlimited partitions.
Hi Durgesh thats a good question.
Linux support only 4 primary partition because of its underlying structure of MBR i.e.,
Master Boot Record is primarily a data structure which stores parition information and supports only 4 primary partitions. If your BIOS suppprt EFI then you can have GPT table for your partition record and it supports unlimited partitions.