HI lyonsd,
Quote:
Is it possible to have more than 4 primary partitions on a disk
|
NO Chance!
And to overcome it make three partitions as a primary and one as extended and in this extended create as many logical partition you want
Code:
Under linux, extended partitions and primary partitions are treated exactly the same
Really thankful to linux for this modification over windows,but technically it is recommanded that you have the /boot partition on the primary,not comulsory but recommnaded.
Quote:
except that secondary partitions have numbers greater than 4.
|
Correction :except that secondary partitions
may have numbers greater than 4.
NOW the most imprtant is why only four partitions:
See your primary partions info is always located in the MBR(always),along with the BOOTLOADER ok,it is in the format of a table like
--partition no-- start-- end--
and you know the MBR (generally first Sector of your hard disk is of size 512 bytes.)
So technically there is only space of 4 entries in the partition table in the MBR and hence only you have the limit of 4 primary partions.
Now the partition table for the extended partions is always located on the hard disk before starting location of extended partition (hence no limit of size).
I think I am clear enough
Thanks and Regards
Junaid