Results 1 to 10 of 19
Why are Linux drive numbers skipped when extended partitions are used.
This is a bad example of a hard drive but it is clear to what I'm asking....
- 08-12-2011 #1
Logical drive numbering
Why are Linux drive numbers skipped when extended partitions are used.
This is a bad example of a hard drive but it is clear to what I'm asking.
- 08-13-2011 #2
The limit on the number of primary partitions is 4, and all partitions numbered 1 through 4 are primary partitions. Logical partition numbers start at 5. Any time you see a partition number of 5 or larger, you know it's a logical partition. If the number is 4 or smaller, it's a primary partition.
- 08-13-2011 #3
Thanks for the Reply. I love your helicopter by the way.
I can't find a solid explanation of the (missing drive numbers). I could understand if the first primary drive which is the only primary drive used all of the numbers 1-4 but the extended partition gets number 2. Partitions 3 and 4 are unaccounted for.
- 08-13-2011 #4
It's because an extended partition is, in fact, a primary partition.
In your screenshot, I see sda1. Then there is sda2 as a primary... formated to be extended.
As mentioned above, extended partitions start at 5.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 08-13-2011 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Partition numbers 1 through 4 are reserved for primary partitions.
Check the fdisk manual page for more info on partition numbering:
Code:man fdisk
Quoted from the manual page:
The four primary partitions, present or not, get numbers 1-4. Logical partitions start numbering from 5.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 08-13-2011 #6
Thanks for all the Replies!
Thanks for the narrowing it down , five and up logical partition that are part of a extended partition. I have the basics down but am still vague on most of it. Why is it possible to create an extended partition and then make a primary partition within that? What differene does it make other than how the MBR can store the data?
- 08-13-2011 #7The short answer... Since the extended partition is a primary, then all partitions within it are primary, as well.Why is it possible to create an extended partition and then make a primary partition within that?
I'm sure that there is a longer, more technical way to explain it, but there ya go
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 08-13-2011 #8
I don't get enough sleep amongst other things.
Gparted will only create a logical partitian within a Extended partition. I will add to this later or repost.
- 08-13-2011 #9
You're not doing anything wrong.
That's all you're gonna get in an Extended partition.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 08-13-2011 #10It's not possible to do that. The partitions inside an extended partition are logical partitions, and never primary.Why is it possible to create an extended partition and then make a primary partition within that?


Reply With Quote
