<div class="gmail_quote">On Wed, Nov 4, 2009 at 11:48 AM, cherryfinals <span dir="ltr"><<a href="mailto:cherryfinals@yahoo.com">cherryfinals@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
Hi Gang!<br><br>I just upgraded my system to 2.5Tb of drive space and 4Gb of ram. Then, I installed 9.10 from a clean CD. The good news is that everything worked great after a modicum of fiddling. <br><br>The bad news is that I seem to have misplaced my directions for making another drive the default home folder. A good friend helped me set it up last year. <br>
</td></tr></tbody></table></blockquote></div>The usual way is to mount your new partion at /home.  So if your new drive is /dev/sdb and your desired partition is /dev/sdb1 you would execute<br>mount /dev/sdb1 /home<br>if that works, you make it happen at book by editing your /etc/fstab to make it happen at boot.<br>
<br>To be a little more modern, use either a label or UUID for the partition.  I think Kubuntu uses UUIDs so you fstab would look like:<br>UUID=84a46ac2-fb27-4cc0-bb35-fcdb77e140a7 /home      ext3    relatime,errors=remount-ro 0       1<br>
<br>I thought I knew how to find the UUID, but it isn't working.  Someone?<br><br>If you goal is to use a different name than /home, say /newhome, you would first have to get it to mount there as above, then edit /etc/passwd to put each user's home at /newhome.<br>
<br>Michael<br>