If you want to completely reassign /home you can do by by editing /etc/fstab on the new system to change the source of the partition to be mounted as /home. There's plenty of documentation around covering fstab to help you along. By way of an example, my fstab entry for /home is:
- Code: Select all
UUID=1b0bdeb4-5ccc-4975-a9f9-b259e3123d37 /home ext4 defaults,user_xattr 0 2
which mounts the entire partition at /home on boot. You will, of course, need to change the UUID to match your system and change ext4 appropriately if your partition is not ext4.
You can learn the correct uuid by running
- Code: Select all
sudo blkid
in a terminal.
Kernel Linux Tex 3.2.2-1 (64 bit) xfce , burg
Arch
ATI Radeon HD 4670, 1GB
OSS4
AMD Phenom II X4 (965BE) @ 3.6 Ghz (Overclocked)
8Gb RAM
