Add
ls -la /home
to docnascar's list of commands. That would show us the permissions of both /home and /home/<yourname>. If both the user name and the user id are correct that would be the next thing to check.
[root@localhost ~]# df
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 38G 5.0G 31G 15% /
/dev/sda6 59G 14G 46G 24% /home
[root@localhost ~]# ls -la /home
total 32
drwxr-xr-x 5 root root 4096 Mar 19 08:31 ./
drwxr-xr-x 22 root root 4096 Mar 19 09:48 ../
drwx------ 43 500 500 4096 Mar 18 23:38 james/drwx------ 3 500 500 16384 Nov 9 2010 lost+found/
drwxr-xr-x 7 root root 4096 Jun 25 2012 mysql/
[root@localhost ~]# cat /etc/fstab
# Entry for /dev/sda1 :
UUID=3cfe5bd3-083f-4036-939e-5db0785d95e5 / ext2 defaults 1 1
# Entry for /dev/sda6 :
UUID=2fb347a6-5760-407d-b118-cda9d0fbc37f /home ext4 defaults 1 2
none /proc proc defaults 0 0
# Entry for /dev/sda5 :
UUID=8858bf4a-53d8-4a10-b8b8-e567c9c53897 swap swap defaults 0 0
none /dev/pts devpts defaults 0 0
[root@localhost ~]#
-----------------------------------
1. Is that bold line above showing me that my
user ID should have been entered as 500 instead of the 501 that I used - thinking that was the first number that PCL assigned ? (If so, glad to learn about this new (to me) command)
2. Can I just go into PCC (control panel) now (as root user) and change my User ID to 500 and reboot to get it to pick up my /home partition or should I do another format of "/" and reinstall from scratch adding the correct 500 (instead of the 501 I entered) ?
I thought I'd ask before changing it to avoid creating more of a problem and since I am not for sure.