I've taken an SSD from another (Windows/Linux dual boot) PC and I'm trying to access the data.
The problem is that GParted reports 'unallocated' and Ubuntu's "Disks" utitilies reports 'Unknown (PMBR)'.
Looking at the disk with fdisk shows me:
warner@x399-aorus:~$ sudo fdisk -l /dev/sda
Disk /dev/sda: 3.65 TiB, 4000787030016 bytes, 976754646 sectors
Disk model:
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 33550336 bytes
Disklabel type: dos
Disk identifier: 0xff10350b
Device Boot Start End Sectors Size Id Type
/dev/sda1 1 4294967295 4294967295 16T ee GPT
While the same with gdisk gets:
warner@x399-aorus:~$ sudo gdisk -l /dev/sda
GPT fdisk (gdisk) version 1.0.5
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: not present
Creating new GPT entries in memory.
Disk /dev/sda: 976754646 sectors, 3.6 TiB
Model:
Sector size (logical/physical): 4096/4096 bytes
Disk identifier (GUID): C9D20369-5C0A-47BC-BF72-AC41F0EC07E5
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 5
First usable sector is 6, last usable sector is 976754640
Partitions will be aligned on 256-sector boundaries
Total free space is 976754635 sectors (3.6 TiB)
Number Start (sector) End (sector) Size Code Name
And blkid is even less helpful:
warner@x399-aorus:~$ sudo blkid /dev/sda
/dev/sda: PTTYPE="PMBR"
warner@x399-aorus:~$ sudo blkid /dev/sda1
(blkid doesn't see any partition, gdisk doesn't see any partition or GPT, while fdisk sees sda1 with GPT)
I'm at a loss.. how do I proceed to get access to the data? Putting the disk back in a Windows OS just tells me it's a protected GPT and refuses to access the data.