I know. The PC contains three hard drives, one for OSes and two for data and data backups. All are partitioned.
Can you tell me how to mount sdc5 please? I can see it under Dev, but I can’t see how to mount it. I suspect that’s where the elusive OS will be. I notice the partition labelled Ubuntu is NTFS, whereas sdc5 is ext4…
Meanwhile, here are those outputs.
mike@mike-abit:~$ sudo fdisk -l
[sudo] password for mike:
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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: 0xa5b80154
Device Boot Start End Blocks Id System
/dev/sda1 * 63 102414374 51207156 7 HPFS/NTFS/exFAT
/dev/sda2 102414375 1953520064 925552845 7 HPFS/NTFS/exFAT
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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: 0xdefdf602
Device Boot Start End Blocks Id System
/dev/sdb1 63 1953520064 976760001 7 HPFS/NTFS/exFAT
Disk /dev/sdc: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0x42414240
Device Boot Start End Blocks Id System
/dev/sdc1 * 63 102398309 51199123+ 7 HPFS/NTFS/exFAT
/dev/sdc2 102398310 204796619 51199155 7 HPFS/NTFS/exFAT
/dev/sdc3 204797950 488396799 141799425 5 Extended
/dev/sdc5 204797952 480012287 137607168 83 Linux
/dev/sdc6 480014336 488396799 4191232 82 Linux swap / Solaris
mike@mike-abit:~$
mike@mike-abit:~$ sudo blkid
/dev/sda1: LABEL=“data” UUID=“80D419D7D419CFF0” TYPE=“ntfs”
/dev/sdc1: UUID=“100C4DA50C4D86A6” TYPE=“ntfs”
/dev/sdc2: LABEL=“Ubuntu” UUID=“C0E0DED5E0DED130” TYPE=“ntfs”
/dev/sdc5: UUID=“b22c9720-b61c-4972-b498-956fb26d896e” TYPE=“ext4”
/dev/sdc6: UUID=“08e877df-fe61-4926-afc3-f2a6de31fe69” TYPE=“swap”
mike@mike-abit:~$
Cheers