I tried search for an answer to this question but whether it was bad luck or ineptitude on my part I was unable to do so.
Here's the situation I'd like to get a better understanding of before attempting to undertake it.
I have a 2.0TB (or 1,862 GiB, which will make math easier in a bit) internal HDD upon which I would like to install 2 or 3 separate distributions because there's parts of all of them that I like although they can't all be in one distribution for one reason or another.
I'd like to partition my disk as follows:
| Partition | Format | Use | Size |
⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻
sda1 | EX2 | Bios Boot | 1 GiB* |
⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻
sda2 | EX4 | Linux-1 / | 50 GiB |
⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻
sda3 | EX4 | Linux-2 / | 50 GiB |
⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻
.... | .... | .....-# / | 50 GiB |
⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻
sda4 | Swap | Swap | 12 GiB |
⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻
sda5 | EX4 | /usr | 100 GiB |
⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻
TOTAL THUS FAR | 163 GiB |
⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻
REMAINING FOR HOME | 1,699 GiB |
⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻
sda6 | EX4 | /home | 1,699 GiB |
- Bios Boot (
/boot
) will be much lower, but it was easier to calculate everything as GiB. MATH.
So anyway, I have several questions about doing this.
- Is it possible for 2 or more distrobutions to share the same
/usr
and/home
partitions? In case you're wondering, I'd like to have access to everything in/home
as well as everything in/usr
like icons, themes, and so forth. - Would the partition scheme above work?
- I know that some of these are going to have to be Logical partitions, however I have no experience using them. How would you go about setting that up if you were me?
- Assuming everything above seems legit, I seem to remember reading somewhere that whenever
/usr
is on a separate partition, you have to go through some extra steps in order for the OSes to boot up properly. If that's the case, what should I do to get this working properly? - Let's also assume that I'm fairly new to linux but am learning so much about it very quickly. What are my chances of getting this right the first time? How about my chances of messing everything up altogether and having to re-install a single distro until I have more experience?
That's all I can think of for now. I'm happy to answer any questions you might have about this idea of mine. I'm very excited to hear what you have to share with me about this little project!
/home
partitions, but even that could lead to problems. Two different distributions could require different versions of the same config files, and there are thousands of config options. Don't try this on your daily computer. Use a different computer to play with odd ideas like this. – Marc Jan 06 '16 at 20:29