Not sure at all, but I think the process is:<br><br> - create the partition you want to use as /home<br> use mkfs.ext3 and check the man page<br> - set up the fstab script in /etc indicating the device, the directory where it will be monted. Your commented line<br>
<br> # UUID=76a67ae2-ba51-4698-ac8d-1382b30e0e57 /home ext3 0 2<br><br>seems to be good. Uncomment it, reboot and try<br><br>I think there is no other special action to do.<br><br>Ah! to backup your existing /home, create a temp directory (ex. /oldhome) copy home content there and then move it to the new /home directory.<br>
<br>I am not sure at all, but I did this procedure and I don't remember other special action to do.<br><br>King regards<br><br><div><span class="gmail_quote">2008/4/7, SYNass IT Ubuntu / Linux <<a href="mailto:i-ubux@synass.net">i-ubux@synass.net</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello Linux / Ubuntu expert and users<br> As a greenhorn / newbie with Ubuntu 7.10 since October 2007 my first<br> installation<br> got quite simple with ROOT and SWAP only !<br> <br> In the meantime I have experienced and learnt a lot and want to<br>
get /home<br> into a separate parititon !!<br> <br> Can you help me with an easy understandable and usable cookbook to get<br> it done ???<br> <br> TIA for your assistance. ;-)<br> <br> The present configuration looks like following:<br>
<br> <br> sna@WS222:~$ UUIDcomp<br> <br> sda1 UUID=D2C47460C47448AD<br> sda5 UUID=edf0353d-b99b-41d6-b7aa-57fad83fab35<br> UUID=edf0353d-b99b-41d6-b7aa-57fad83fab35<br> sda6 UUID=2E6F3BB200B81788<br> sda7 UUID=10f72bf8-1357-4a6b-a1ae-bc9b9887c86f<br>
sda8 UUID=19cf20fb-e967-41d9-b993-f0a9ca7829eb<br> UUID=19cf20fb-e967-41d9-b993-f0a9ca7829eb<br> sda9 UUID=76a67ae2-ba51-4698-ac8d-1382b30e0e57 #<br> UUID=76a67ae2-ba51-4698-ac8d-1382b30e0e57 /home ext3 0 2<br> <br> sna@WS222:~$<br>
<br> <br> # /etc/fstab: static file system information.<br> #<br> # <file system> <mount point> <type> <options> <dump> <pass><br> proc /proc proc defaults 0 0<br>
# /dev/sda5<br> UUID=edf0353d-b99b-41d6-b7aa-57fad83fab35 / ext3<br> defaults,errors=remount-ro 0 1<br> # /dev/sda1<br> UUID=D2C47460C47448AD /media/sda1 ntfs defaults,umask=007,gid=46<br>
0 1<br> # /dev/sda8<br> UUID=19cf20fb-e967-41d9-b993-f0a9ca7829eb none swap sw<br> 0 0<br> # /dev/sda9<br> # UUID=76a67ae2-ba51-4698-ac8d-1382b30e0e57 /home ext3 0 2<br>
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0<br> /dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0<br> <br> <br> /home currently is in sda5 and should be moved to sda9<br> <br>
<br> I am open ears to get it done the best easiest way.<br> Cheers, svobi<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">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</blockquote></div><br>