I have designed a partition table to use allowing me to have seven operating systems, with large amounts of disk space for each.
However, I only know of 6 that I want. I would use OpenSolaris for the seventh but it doesn't support extended partitions.
I have the following partition table layout:
Disk size: 596 GiB (640 GB)
+-------------+------------+------------+-----------+
| Partition # | Filesystem | Size (GiB) | Size (GB) |
+-------------+------------+------------+-----------+
| 1 | NTFS | 400 | 430 |
+-------------+------------+------------+-----------+
| 2 | Extended | 106 | 114 |
+-------------+------------+------------+-----------+
| 3 | FreeBSD | 50 | 54 |
+-------------+------------+------------+-----------+
| 4 | ??? | 40 | 42 |
+-------------+------------+------------+-----------+ |
The extended partition will be layed out thus:
+---------------------+------------+----------------+------------+-----------+
| Logical Partition # | Filesystem | Mount point | Size (GiB) | Size (GB) |
+---------------------+------------+----------------+------------+-----------+
| 1 | Ext4 | / (Arch Linux) | 22 | 24 |
+---------------------+------------+----------------+------------+-----------+
| 2 | Ext4 | / (Slackware) | 22 | 24 |
+---------------------+------------+----------------+------------+-----------+
| 3 | Ext4 | / (Fedora) | 23 | 25 |
+---------------------+------------+----------------+------------+-----------+
| 4 | Ext4 | / (Ubuntu) | 23 | 25 |
+---------------------+------------+----------------+------------+-----------+
| 5 | Ext4 | /home (all) | 10 | 10 |
+---------------------+------------+----------------+------------+-----------+
| 6 | Ext4 | swap (all) | 6 | 6 |
+---------------------+------------+----------------+------------+-----------+ |
I'm not sure what to put on the fourth partition.
I've thought about:
+ Darwin
+ OpenSolaris (ruled out)
+ Plan 9 from Bell Labs
+ Debian GNU/Hurd
+ MINIX 3
+ OpenBSD
Does anyone have any suggestions? The OS doesn't have to be UNIX-like, but it should
1. Be either very easy (e.g. Ubuntu) or very hard (e.g. GNU Hurd (aka Hardly Usable: Ridiculously Difficult)) to use
2. Be fully usable (e.g. XYZ Linux) or interesting (e.g. MINIX 3, Plan 9)
3. Have support for the English language (US or UK, I'm not bothered).