I am going to start over as I have 2 internal HD. In the first post, the second HD was disconnected and the second post it was connected. I was not thinking. From here on, I have only 1 HD connected, for less potential confusion. It is a dual boot internal HD (sda).
partitions are as follows
sda1 windows
sda5 root
sda6 swap
sda7 home
Step 2. I have booted with the live cd as root. I have opened dolphin and clicked on sda1, sda5 and sda 7 to mount and I can view the contents.
Step 3. terminal 'mount' results (via livecd)
[root@localhost root]# mount
/dev/root on / type rootfs (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 /media/disk-1 type ext3 (rw,nosuid,nodev,uhelper=hal)
/dev/sda5 on /media/disk-2 type ext3 (rw,nosuid,nodev,uhelper=hal)
[root@localhost root]#
Step 4 fstab contents from location sda5
#Entry for /dev/sda5 :
UUID=1ed8deef-c64e-4d15-82fc-fc489629b701 / ext3 defaults 1 1
none /dev/pts devpts defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
#Entry for /dev/sda7 :
# Commented out by Dropbox
# UUID=214a39db-cb82-49fb-9678-3386b6471547 /home ext3 defaults 1 2
#Entry for /dev/sda1 :
UUID=46CC66E0CC66C9AF /media/sda1 ntfs defaults,nls=utf8,umask=000 0 0
none /proc proc defaults 0 0
none /tmp tmpfs defaults 0 0
#Entry for /dev/sda6 :
UUID=2937b77b-ddff-44bf-b2b5-79f241905b88 swap swap defaults 0 0
UUID=214a39db-cb82-49fb-9678-3386b6471547 /home ext3 defaults,user_xattr 1 2
Special note. With only the internal hd with the linux/windows os connected, I tried to boot without the livecd. This is the result from the console when it asked me to log in (I tried as root). I took a photo
PCLinuxOS release 2011 (PCLinuxOS) for i586
Kernel 2.6.38.8-pclos1.bfs on a dual-processor 1686/ttyl
(none) login: root
Password (I typed in the root password)
chmod: changing permissions of '/root/tmp": Read-only file system
gpg-agent[911]: can't create directory '/tmp/gpg-S6rYAH': Read-only file system
[root@(none) ~]x
I think that I got the spelling of everything there correct as the photo was a little fuzzy.
So from the livecd, I can see and view the contents of all of the partitions including the home directories etc.
Steve