Scott --- I don't know what to use after the "cd" command to identify the drive. I tried "cd (plus the disk identifier)" but that showed "No such file or directory". I don't see any other specific identifiers on that HDD. All the rest of the info is basically the same on all HDDs (although the bytes show slightly different for each since they don't have the same amount of data on them).
rokytnji --- Never been dropped but I'm thinking about doing it now.
Apparently, the computer sees the drive. After the first fdisk command (with the external enclosure OFF), I show my (3) 1TB drives, the 320GB drive (OS) and the 16GB thumb drive. AFTER I turn on the external enclosure and try the fdisk command again, I get the original text PLUS this:
Disk /dev/sdf: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0x5fdf7d9c
That would be the 500GB HDD in the enclosure.
When I run the blkid (what does that mean?) command, it shows the (3) HDDs and "USB DISK" (aka thumb drive) but doesn't show the external HDD (maybe). It DOESN'T show the 320GB drive the OS is on unless the lines starting with "UUID" include that. I see that the (3) HDDs are NTFS and the thumb drive is VFAT (dunno what the V stands for). One of the other lines shows "ext4" which (I think) is a Linux partition (? probably got the word wrong...like FAT or NTFS) and the other shows "swap". Maybe the line labeled "swap" is the external?
dev/sda1: LABEL="Old HDD Copy" UUID="6CCE7DABCE7D6E68" TYPE="ntfs"
/dev/sdb1: LABEL="Media 3" UUID="7AE47313E472D0BD" TYPE="ntfs"
/dev/sdc1: UUID="21d126a6-85b3-4d1d-a080-22af862874d6" TYPE="ext4"
/dev/sdc5: UUID="ad6e624e-5e55-4aa8-b6f9-fa723c39d271" TYPE="swap"
/dev/sdd1: LABEL="TV" UUID="F8389B5D389B1A28" TYPE="ntfs"
/dev/sde1: LABEL="USB DISK" UUID="BC59-8351" TYPE="vfat"