that /home is not label, it is a dir. u can mount this partition to that /home.
create a /home in u root partition and modify u /etc/fstab to use the partition.
我写错了,home 才是lable
if the partition(etc:/dev/hda2) label is home ,
in the fstab,i can do like this:
[code:1]LABEL=/home /home ext3 .....[/code:1]
instead: [code:1]/dev/hda2 /home .....[/code:1]