I know better than to post that much text into a post....sorry

Out put of sudo fdisk -l (in which there are no /sdd or higher devices listed):
Code:
tom@HouseMedia:~$ sudo fdisk -l
[sudo] password for tom:

Disk /dev/sda: 10.3 GB, 10254827520 bytes
255 heads, 63 sectors/track, 1246 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00018313

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        1188     9537536   83  Linux
/dev/sda2            1188        1247      474113    5  Extended
/dev/sda5            1188        1247      474112   82  Linux swap / Solaris

Disk /dev/sdb: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0005f5c2

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       38913   312568641    7  HPFS/NTFS

Disk /dev/sdc: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x3e6caab7

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1      182401  1465136001    7  HPFS/NTFS
tom@HouseMedia:~$
Output from sudo blkid (also no /sdd or higher devices):
Code:
tom@HouseMedia:~$ sudo blkid
/dev/sda1: UUID="39609753-75df-4ff0-9381-0d00fd4af125" TYPE="ext4"
/dev/sda5: UUID="d5a546d6-5d61-40ef-91b6-85739d59f789" TYPE="swap"
/dev/sdb1: UUID="26bc4db0-3e1f-4e7c-af3a-de0351fa35b1" TYPE="ext3"
/dev/sdc1: UUID="228F-2D10" TYPE="vfat"
Any ideas? Is there a way to start over that won't cause me to break things further?