Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi all,
I'm trying to understand the way partitions are organised in Linux and I see many times hda1, hda2, hda5 etc. Whatever happend to hda3 for instance, why are the partitions not numbered contiguously?
Thanks
any of the primary partitions can be extended. Since you can only have four primary partition, to have more, one of them can be made an extended partitons that contains further partitions. In your case, hda2 is the extended partition which contains hda5, hda6 and so on. The primary ones go from hda1 to hda4 If you don't have primary partitions 3 and 4, they of course don't show up.
Thanks for the reply, I see now about primary partitions. But, and sorry if this seems dumb, why not use up the primary partitions, unless its because you don't know in advance if you will need more later, in which case you can't use up the primary ones...Hmm I think I just answered that one myself!!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.