|
||
|
|
|||||||
| Welcome to the Exploding Garrmondo Weiner Interactive Swiss Army Penis. |
|
GFF is a community of gaming and music enthusiasts. We have a team of dedicated moderators, constant member-organized activities, and plenty of custom features, including our unique journal system. If this is your first visit, be sure to check out the FAQ or our GFWiki. You will have to register before you can post. Membership is completely free (and gets rid of the pesky advertisement unit underneath this message).
|
![]() |
|
|
Thread Tools |
@mortis: You should note that one should at least have three partitions for a linux setup.
- main partition - swap partition (yes it's possible to use a filecontainer as swapping device, but that's only a fallback and not really recommended) - boot partition (where the kernel and secondary bootloader is stored, just for safety) One should consider creating additional partitons for: - /usr - /home (to make backups of the user data very easy) - /var (this one fragments very quick and you don't want that to happen on your main partition, makes it also very easy to defragment - simply tar everything over to main, recreate filesystem on /var and extract back) - /tmp (should be killed every time the system starts up) Jam it back in, in the dark. |
Now the important part, or "how do I get past the 4 partition limit". Again, there is the 4 primary partition limit. Now you can mark any of these primary partition as an 'extended' one. An extended partition is also a primary one, but it can contain additional (logical) partitions. So what you do if you need more than four partitions is to create three primary partitions, a extended partition (which is another primary partition, maxing out the number of primaries) and the create any other partition as logical one in the extended partition. Note however that most windows tools won't create more than one primary partition. Unix tools don't have these issues. Also note that the extended type is not of much use if not filled with logical volumes. Means that you can't create a filesystem on an empty (not filled with logical volumes) extended partition. I think you can (if you try hard enough), but it's not recommended and I'm pretty sure you get the OS confused with that. So don't try it. EDIT: IIRC cfdisk doesn't give you an explicit option to create a extended partition. It creates one as soon as you're populating the drive with logical volumes. So the only choice when creating new partition is (a) primary or (b) logical. So you would select (a) three times, creating the first three partitions (the boot partition should be one of the primary partitions, to avoid problems with the BIOS) and then fill up the rest with (b), logical ones. There's nowhere I can't reach.
Last edited by LiquidAcid; Dec 8, 2007 at 06:02 AM.
|
I don't think that you get more free space when only using primary partitions. At least not some megabytes, as the tables are usually very small (only some bytes). Also it doesn't affect performance or anything else. It's just that is was done this way since some time and people never changed it. So it's kind of a relic from the post-modern computing time *g*
How ya doing, buddy? |