Here is the fdisk -l output:
"WARNING: GPT (GUID Partition Table) detected on ‘/dev/sda’! The util fdisk doesn’t support GPT. Use GNU Parted.
Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000001
Device Boot Start End Blocks Id System
/dev/sda1 63 469274714 234637326 17 Hidden HPFS/NTFS
/dev/sda2 * 469274715 1159025489 344875387+ 17 Hidden HPFS/NTFS
/dev/sda3 1159041555 1169499869 5229157+ 5 Extended
/dev/sda4 3904758900 3907024064 1132582+ 1c Hidden W95 FAT32 (LBA)
/dev/sda5 1159041618 1161146069 1052226 83 Linux
/dev/sda6 1161146133 1163202389 1028128+ bb Boot Wizard hidden
/dev/sda7 1163202453 1165306904 1052226 bb Boot Wizard hidden
/dev/sda8 1165306968 1167411419 1052226 bb Boot Wizard hidden
/dev/sda9 1167411483 1169499869 1044193+ bb Boot Wizard hidden
WARNING: GPT (GUID Partition Table) detected on ‘/dev/sdb’! The util fdisk doesn’t support GPT. Use GNU Parted.
Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xd5f572fe
Device Boot Start End Blocks Id System
/dev/sdb1 16065 1063711844 531847890 f W95 Ext’d (LBA)
Partition 1 does not start on physical sector boundary.
/dev/sdb2 * 3479646870 3907024064 213688597+ 17 Hidden HPFS/NTFS
Partition 2 does not start on physical sector boundary.
/dev/sdb5 16128 104872319 52428096 83 Linux
/dev/sdb6 104872383 209728574 52428096 bb Boot Wizard hidden
Partition 6 does not start on physical sector boundary.
/dev/sdb7 209728638 314584829 52428096 bb Boot Wizard hidden
Partition 7 does not start on physical sector boundary.
/dev/sdb8 314584893 419441084 52428096 bb Boot Wizard hidden
Partition 8 does not start on physical sector boundary.
/dev/sdb9 419441148 524297339 52428096 83 Linux
Partition 9 does not start on physical sector boundary.
/dev/sdb10 524297403 626695649 51199123+ bb Boot Wizard hidden
Partition 10 does not start on physical sector boundary.
/dev/sdb11 626695713 729110024 51207156 bb Boot Wizard hidden
Partition 11 does not start on physical sector boundary.
/dev/sdb12 729110088 831508334 51199123+ bb Boot Wizard hidden
/dev/sdb13 831508398 947851064 58171333+ 83 Linux
Partition 13 does not start on physical sector boundary.
/dev/sdb14 947851128 1055534759 53841816 b W95 FAT32
/dev/sdb15 1055534823 1063711844 4088511 82 Linux swap / Solaris
Partition 15 does not start on physical sector boundary.
WARNING: GPT (GUID Partition Table) detected on ‘/dev/sdc’! The util fdisk doesn’t support GPT. Use GNU Parted.
Disk /dev/sdc: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x1aeffb21
Device Boot Start End Blocks Id System
/dev/sdc1 * 16065 207302759 103643347+ 5 Extended
/dev/sdc5 16128 102494699 51239286 bb Boot Wizard hidden
/dev/sdc6 102494763 207302759 52403998+ bb Boot Wizard hidden"
I do not know why the fdisk -l command thinks I have GPT drives. They are all MBR drives and show as such in all the partition managers I mentioned in my OP.
Edward Diener