I've done this a lot. Here's what I do. I'll assume you know how to accomplish each step, but if not then ask.<br><br>Prepare a partition where the stuff will go. It should be empty except possibly for a lost+found directory, depending on the filesystem it has.<br>
Create a mount point somewhere and mount it. I usually use /mnt/newhome. Make sure you are the owner.<br>Copy your stuff to the new partition. "cp -a" is pretty good for this, as is rsync.<br>Unmount it.<br>Create an entry in /etc/fstab that mounts this partition on your home directory. Use it to mount the new directory on top of your old one.<br>
Log out and in again.<br>Is all well? Do a "df ." to make sure you're in the new partition. See if everything works.<br><br>Sometime in the future, arrange to go back and remove the original.<br> <br><div class="gmail_extra">
<br><br><div class="gmail_quote">On Sun, Nov 25, 2012 at 1:41 PM, Peter Teuben <span dir="ltr"><<a href="mailto:teuben@astro.umd.edu" target="_blank">teuben@astro.umd.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I always do this, ie. have /home on a separate partition. Occasionally<br>
you got shot in the foot by applications where the versions are<br>
different, and they like to update their settings/preferences in<br>
another style/format from what you used before. Then switching between<br>
two distros can become<br>
very hazardous if the app doesn't have taking this in their<br>
upgrade/downgrade path.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On 11/25/2012 02:20 PM, John D. Herron wrote:<br>
> Hi, all.<br>
><br>
> Currently running Ubuntu Natty pre-installed on a stand-alone machine<br>
> (Dual-core AMD Athlon 255, 4 GB RAM, 1TB HDD).<br>
><br>
> Since I have a lot of unused disk space I'd like to add and try out<br>
> some other distros (Linux Mint 13, Zorin OS, ...).<br>
><br>
> In order to keep things 'streamlined' (i.e. to avoid unnecessary<br>
> duplications) I'm looking into setting up a separate /home partition<br>
> to serve the future distros as well.<br>
><br>
> Is this a reasonable idea? If so, how should I best go about it?<br>
><br>
> By the way: i'm aware that Natty is no longer supported and intend to<br>
> upgrade to (or new-install) the latest LTS version.<br>
><br>
> Thanks for your help and/or comments.<br>
> john<br>
><br>
<br>
<br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Kevin O'Gorman<br><br>programmer, n. an organism that transmutes caffeine into software.<br>
</div>