So I know what a primary partition is.
But what about an extended partition. Does extended = logical?
Is there such a thing an extended primary partition?
-
inspirations365 Notebook Consultant
-
http://en.wikipedia.org/wiki/Disk_partitioning
to start
cheers ... -
cheers ... -
Google never killed anyone.
-
-
For your basic machine with one hard drive and one OS, you first set up a primary partition and load the OS onto it. Then you can set up part or all of the remainder of the drive as an extended partition. Within that partition you can set up 1 or more logical drives, each with its own drive letter.
-
The reason for having extended partitions is that a disk is limited to either 4 primary partitions or 3 primary + a group of extended partitions. So, extended partitions are really a way of working around the MFT's limit of 4 partitions.
The extended partitions must all be arranged consecutively on the disk. This is because the group of extended partitions is really a primary partition which is itself partitioned to create the extended partitions.
Actually, you may be able to boot Linux on an extended partition if you keep a bootloader on a primary partition and load it through the bootloader: http://www.linfo.org/logical_partition.html . But, as far as I know, Windows needs to boot from a primary partition. (Once booted, it can access the extended partitions fine though.)
Hard drive partitioning jargon help, please.
Discussion in 'Windows OS and Software' started by inspirations365, Mar 6, 2009.