It means the location of you home has been changed to a location that no longer exists, or that you no longer have permission to access it.
Were you able to log into your account after switching to tty1 (ctrl+alt+ F1) ?
Run this and post your results
- Code:
cat /etc/passwd | grep yourusername
ls -l $( cat /etc/passwd | grep yourusername | cut -d ':' -f 6 )/..
ls -l /home/
mount
and of course replace the "yourusername" with your actually username for the computer.
I'm sure this information will be very helpful in finding what is going on, and help us help you to fix the issue.
NOTE: Please note your password is NOT stored in the /etc/passwd file like may think it is, it is hashed and stored in /etc/shadow and you don't have access to read that file. (not without sudo or root anyway)