I want to move my /home partition from hda3 to hda13. I copied the partition and changed permissions ok. /etc/fstab doesn't link hda3 with /home. What do I need to change so that /home is linked to hda13 when I reboot?
EDIT: I made my partition scheme with QT Parted and assigned labels to each partition. It looks like /etc/fstab is using these labels-is it or is this info somewhere else?
/etc/fstab snip:
LABEL=/home /home ext3 defaults 1 2