OK! I reinstalled and some things are working, but not all. I do have read-write privileges on all my documents, so that makes me happy.

I do have some problems, though.
I ran the checkdisk from the login screen, and it showed that it passed. I had already checked the md5sum and it was good. I ran chown -R buck:buck /home/buck since my old system had a user named buck and the new download has a user named buck, and things seem ok with my /home directory.
In PCC, under "manage users on the system" under the "users" tab, I have this:
User Name User ID Primary Group Full Name Log-in Shell Home Directory
buck 500 buck Buck McLaurin /bin/bash /home/buck
Under the "groups" tab, I have this:
Group Name Group ID Group Users
fuse 501 mysql
vboxusers 502
buck 500 buck
These are the new results of the different commands.
[buck@localhost root]$ ls / -lh
total 112K
drwxr-xr-x 2 root root 4.0K Aug 7 10:07 bin/
drwxr-xr-x 3 root root 4.0K Oct 2 10:57 boot/
drwxr-xr-x 19 root root 4.4K Oct 2 10:57 dev/
drwxr-xr-x 128 root root 12K Oct 2 10:59 etc/
drwxr-xr-x 5 root root 4.0K Oct 2 11:19 home/
drwxr-xr-x 2 root root 4.0K Oct 1 19:46 initrd/
drwxr-xr-x 17 root root 12K Aug 20 12:59 lib/
drwx------ 2 root root 16K Sep 30 15:41 lost+found/
drwxrwxr-x 2 root root 4.0K Sep 30 16:06 media/
drwxr-xr-x 2 root root 4.0K Sep 30 15:41 mnt/
-rw-r--r-- 1 root root 4.1K Jun 25 13:34 Module.symvers
-rw-rw-r-- 1 root root 0 Sep 30 16:06 null
drwxr-xr-x 8 root root 4.0K Aug 8 06:21 opt/
dr-xr-xr-x 135 root root 0 Oct 2 06:56 proc/
drwxr-xr-x 35 root root 4.0K Oct 2 10:59 root/
drwxr-xr-x 2 root root 12K Aug 20 12:59 sbin/
drwxr-xr-x 2 root root 4.0K Jul 12 2010 srv/
drwxr-xr-x 2 root root 4.0K Feb 22 2010 swap/
drwxr-xr-x 12 root root 0 Oct 2 06:56 sys/
drwxrwxrwt 12 root root 4.0K Oct 2 10:59 tmp/
drwxr-xr-x 14 root root 4.0K Sep 30 15:24 usr/
drwxr-xr-x 18 root root 4.0K Sep 30 15:26 var/
[buck@localhost root]$ ls / -lhn
total 112K
drwxr-xr-x 2 0 0 4.0K Aug 7 10:07 bin/
drwxr-xr-x 3 0 0 4.0K Oct 2 10:57 boot/
drwxr-xr-x 19 0 0 4.4K Oct 2 10:57 dev/
drwxr-xr-x 128 0 0 12K Oct 2 10:59 etc/
drwxr-xr-x 5 0 0 4.0K Oct 2 11:19 home/
drwxr-xr-x 2 0 0 4.0K Oct 1 19:46 initrd/
drwxr-xr-x 17 0 0 12K Aug 20 12:59 lib/
drwx------ 2 0 0 16K Sep 30 15:41 lost+found/
drwxrwxr-x 2 0 0 4.0K Sep 30 16:06 media/
drwxr-xr-x 2 0 0 4.0K Sep 30 15:41 mnt/
-rw-r--r-- 1 0 0 4.1K Jun 25 13:34 Module.symvers
-rw-rw-r-- 1 0 0 0 Sep 30 16:06 null
drwxr-xr-x 8 0 0 4.0K Aug 8 06:21 opt/
dr-xr-xr-x 135 0 0 0 Oct 2 06:56 proc/
drwxr-xr-x 35 0 0 4.0K Oct 2 10:59 root/
drwxr-xr-x 2 0 0 12K Aug 20 12:59 sbin/
drwxr-xr-x 2 0 0 4.0K Jul 12 2010 srv/
drwxr-xr-x 2 0 0 4.0K Feb 22 2010 swap/
drwxr-xr-x 12 0 0 0 Oct 2 06:56 sys/
drwxrwxrwt 12 0 0 4.0K Oct 2 10:59 tmp/
drwxr-xr-x 14 0 0 4.0K Sep 30 15:24 usr/
drwxr-xr-x 18 0 0 4.0K Sep 30 15:26 var/
[buck@localhost root]$ ls /home/ -lh
total 24K
drwxr-xr-x 59 buck buck 4.0K Sep 29 20:26 buck/
drwxr-xr-x 2 root root 16K Jul 22 2009 lost+found/
drwxr-xr-x 6 root root 4.0K Jun 25 13:34 mysql/
[buck@localhost root]$ ls /home/ -lhn
total 24K
drwxr-xr-x 59 500 500 4.0K Sep 29 20:26 buck/
drwxr-xr-x 2 0 0 16K Jul 22 2009 lost+found/
drwxr-xr-x 6 0 0 4.0K Jun 25 13:34 mysql/
[buck@localhost root]$ I'm assuming that the UID of 500 for buck is ok and UID for fuse of 501 is ok?

Now, here are my latest problems:
When I restart and try to log in as "buck", I get the message, "Call to lnusertemp failed (temporary directories full?). Check your installation." When I click on that, it sends me back to the log in page and I log in as "root" ok. I don't want to be logged in as "root"!!

I still can't set up my HP Deskjet 722c (see "Can't find driver for HP 722c in pclinuxos 2012.08, under Desktop Hardware). It installs fine with the LiveCD. I don't understand why it won't set up in the new download.
Well, that's it for now. Thanks for the help.