Quote:
Originally Posted by pmacdonald i92guboj thanks for the help once again.
I think this is what I'll do: Code: /dev/hda1 Windows OS
/dev/hda4 Extended
/dev/hda5 Linux swap
/dev/hda6 Linux / (root) for first Linux (this is where the OS goes)
/dev/hda7 Linux /home for first Linux
/dev/hda8 Linux / (root) for second Linux
/dev/hda9 Linux /home for second Linux
/dev/hda10 Shared files between both windows and linux
What do you guys think of that? |
It's fine as long as it suits you. I would unify both /home partitions into a single one, but you should do whatever you consider easier to understand and manage. Right now you are starting with this stuff, you will surely change and addapt the scheme to your tastes in the future as you continue learning. There's no best layout.
Quote:
|
[*]How do I separate the Linux /root for the /home (not how do I create the partitions but how do I separate the files)?
|
This can depend on the installer. At some point, the installer for each given distro will ask you what partitions do you want to use. Most of them will let you choose as many as you want, and they will take care of everything. You might need to choose some kind of advanced mode, or something like that, each installer is different...
In your case, you would install the installation of the first distro (once you have all the partitions and such stuff). Then, when it comes the time to tell it what partitions to use, you will need to tell the installer that it must use hda5 for swap, and that it must mount hda6 at /, and hda7 at /home.
Then, you will need to install the next one, and this time you will need to tell it to use hda5 for swap, hda8 for / and hda9 for /home.
Again, each installer is different, but once you get into it you should be able to discern what to do. If you can't then you will need specific instructions depending on the distro you are installing.
In any case, note that the most important one is /, once you have that, the distro can be installed. And if you decide to move /home to another partition at a later stage, that can be done after installing as well. So, as long as you choose the right partition for each /, the rest can be corrected at a later stage. So don't worry.
Quote:
|
[*]What size should I make each of these partitions? (Well actually I think I'll only have to choose a size for the Windows OS and the Extended partition...but I'm not 100% on that. Regardless of that, what should the sizes be?)
|
You will need to choose the size for all the partitions surely. When you install a single distro, some installers offer an option to adjust the layout for you, you only need to revise it, correct it if you want and click next. However, I have no idea how these installers deal with multiple distros... Someone else might have a better advice for you here.
Anyway, you should already have an idea on how much space do you need to install windows. The rest, will be an extended.
After that, you need to decide how much space are you going to invest for linux. A regular desktop linux install can fit somewhere in between 2-10gb nowadays, depending on how much programs and what concrete programs do you install. Gamers will need more.
About the home partitions, it depends on the data you are going to store. If you plan to do heavy gaming, video editing/ripping, etc in linux you are going to need a lot of space there.
About the shared drive... no idea, it entirely depends on your requisites.
I wouldn't waste more than 1-2gb on swap unless you have a good reason to.