Have you added your /home partition in /etc/fstab? You can open a terminal, type
cat /etc/fstab
and post the output here.
Open a terminal. Post results of:
[root@localhost ~]# mount /cat/fstab/
mount: can't find /cat/fstab/ in /etc/fstab or /etc/mtab
newlife
su -
mount
cat /etc/fstab
exit
exit
Open a terminal. Post results of:
su - [ENTER]
mount [ENTER]
cat /etc/fstab [ENTER]
Do not type [ENTER], press the [ENTER] key there. Each command goes on a new line.
Sorry!!! I must still be asleep.
[root@localhost /]# su
[root@localhost /]# mount
/dev/sda5 on / type ext3 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/sda1 on /media/disk type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda7 on /home type ext4 (rw)
[root@localhost /]# cat /etc/fstab/
cat: /etc/fstab/: Not a directory
[root@localhost /]#