<div class="gmail_quote">On Mon, Nov 28, 2011 at 11:32 AM, Pongo A. Pan <span dir="ltr"><<a href="mailto:pongo_pan@fastmail.us">pongo_pan@fastmail.us</a>></span> wrote:<br><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Partitioning is a big subject and the best way to learn about it is to<br>
play around with Patrick Verner's Parted Magic (FOSS from<br>
<a href="http://www.partedmagic.com" target="_blank">www.partedmagic.com</a>) on a test-bed computer.<br>
<br>
I made my current testing setup with a 1 TB and a 500 GB hard disk with<br>
all of the 1 TB disk in an extended partition, divided into several<br>
virtual partitions for data, encrypted data,<br>
compressed-old-data-I'll-likely-never-need-again, etc..  The 500 GB disk<br>
has a primary partition for swap and the rest is an extended partition<br>
with four virtual partitions for the four distros I'm currently<br>
evaluating, four fairly small /home partitions, and a comfortably large<br>
partition for /tmp which is shared among them.  I find it is easier to<br>
do this before I install anything; the partitioning utilities which come<br>
with installers vary in quality and understandability; Partition Magic<br>
is easy and terrific.<br>
<br>
I made descriptive labels for each partition.  This helps when<br>
modifying /etc/fstab.  All of this is super easy with Parted Magic.  It<br>
helps to have a printed list of your partitions when working: "parted<br>
--list > parts.list" makes a file you can print out.<br>
<br>
Then I installed the distros, being careful to assign *everything* to a<br>
mount point: e.g., when installing Ubuntu, I assigned the root<br>
directories of Sabayon, SUSE, and Mint to mount points<br>
like /sabsys, /susesys and /mintsys and the corresponding homes to mount<br>
points like /sabhome, /susehome, and /minthome.  This way the roots and<br>
homes of each are available to all of the others. I share a /tmp without<br>
apparent problems.  I also assign mount points to my various /data<br>
partitions on the 1TB disk.  To avoid having to mess with fstab, prevent<br>
each installation from re-formatting its / partition as this changes the<br>
UUID!<br>
<br>
Distros using grub 2 find each other and co-exist happily.  As it<br>
happens, I installed openSUSE last in this case and simply told it to<br>
use no boot loader at all and then ran update-grub from Ubuntu later to<br>
add it to the boot menu.  I use the grub version from Ubuntu in the boot<br>
tracks of the first hard disk since right now it seems to work the best:<br>
"grub-install /dev/sda" will do it.<br>
<br>
The rest is easy: remove directories like Music, Documents and .mozilla<br>
from the /home/yourname folder and symlink them to the correspondingly<br>
named directories in your common data partition for each distro.<br>
Something like "ln -s /data/.mozilla" does it.  You can use the same<br>
log-on name and UID for each distro without conflicts.  Be aware though<br>
that some distros still start UIDs at 500 not 1000 (looking at you,<br>
Fedora), so watch for this.<br>
<br>
At some point you may want to change the setup.  This means you will<br>
have to learn the fine points of modifying fstab in each distro and<br>
using the blkid program to get the UUIDs for partitions.<br>
<br>
There are other ways to do this, probably better and more elegant ways,<br>
but this works for me.  Needless to say, this is not a computer I do<br>
anything vital on.  Happily, I've perfected my utility of futility to<br>
the point that I'm not expected to do anything important anyway.<br></blockquote><div><br>Would have to understand all this..... a lot! Try......<br><br>Thanks <br></div></div>