OK, booted the live cd, logout as guest, logged back in as root. I opened the terminal and typed diskdrake. below is the output
[root@localhost root]# drakdisk
Warning: /dev/sdb contains GPT signatures, indicating that it has a GPT table. However, it does not have a valid fake msdos partition table, as it should. Perhaps it was corrupted -- possibly by a program that doesn't understand GPT partition tables. Or perhaps you deleted the GPT table, and are now using an msdos partition table. Is this a GPT partition table?
Error: The backup GPT table is corrupt, but the primary appears OK, so that will be used.
Warning: Not all of the space available to /dev/sdb appears to be used, you can fix the GPT to use all of the space (an extra 708335600 blocks) or continue with the current setting?
Warning: /dev/sdb contains GPT signatures, indicating that it has a GPT table. However, it does not have a valid fake msdos partition table, as it should. Perhaps it was corrupted -- possibly by a program that doesn't understand GPT partition tables. Or perhaps you deleted the GPT table, and are now using an msdos partition table. Is this a GPT partition table?
Error: The backup GPT table is corrupt, but the primary appears OK, so that will be used.
Warning: Not all of the space available to /dev/sdb appears to be used, you can fix the GPT to use all of the space (an extra 708335600 blocks) or continue with the current setting?
1 /dev/sdb1 fat32 normal (40,409639,409600)2 /dev/sdb2 normal (409640,268173271,267763632)$VAR1 = {
'part_number' => '1',
'fs_type' => 'fat32',
'pt_type' => 186,
'size' => '409600',
'start' => '40',
'real_device' => '/dev/sdb1'
};
$VAR2 = {
'part_number' => '2',
'fs_type' => '',
'pt_type' => 186,
'size' => '267763632',
'start' => '409640',
'real_device' => '/dev/sdb2'
};
INTERNAL ERROR: unknown device sdb2
MDK::Common::Various::internal_error() called from /usr/lib/libDrakX/devices.pm:176
devices::entry() called from /usr/lib/libDrakX/devices.pm:191
devices::make() called from /usr/lib/libDrakX/fs/type.pm:277
fs::type::call_blkid() called from /usr/lib/libDrakX/fs/type.pm:285
fs::type::type_subpart_from_magic() called from /usr/lib/libDrakX/fsedit.pm:271
fsedit::get_hds() called from /usr/sbin/drakdisk:74
[root@localhost root]#
While running the live cd, I can view all of the contents of all existing partitions of the currently installs PCLOS (the kde 4.2 install). Regarding that install, when I boot it up, it goes as normal until I log in to my user, this is where the problem begins with that install (and it may explain the errors). At the splash screen, it freezes after the third icon is drawn. After a while a window opens issuing a message that the /temp is full. Once I hit ok, it takes me to a blank screen with a flashing cursor. At this point, no input is accepted at all. There is no way to halt the system. I have to then power down the computer with the reset button. The next time I boot the system, it does an error check on the hard-drives as a result of the hard power off that I had to do earilier. There are no usb devises plugged in at this time. It is a dual boot machine with a WinXP install. The WinXP OS boots and runs without an issue.
Steve