I have a 1TB internal HDD, that I'm trying to connect externally via SATA/IDE adapter and recover its data. When I connect the drive, it won't show up among other drives.
In GParted (GUI) I see:
- partition - unallocated
- file system - unallocated
- warning - unrecognised disk label
Output of sudo fsdisk -l
:
GPT PMBR size mismatch (1953525167 != 244190645) will be corrected by w(rite). Disk /dev/sdc: 931,5 GiB, 1000204886016 bytes, 244190646 sectors Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: dos Disk identifier: 0x9a95f0ae
Device Boot Start End Sectors Size Id Type /dev/sdc1
1 1953525167 1953525167 7,3T ee GPT
When I attemped data rescue in GParted, I've got:
The disk scan by gpart did not find any recognizable file systems on this disk.
When trying to mount the drive directly, I get:
$ sudo mount /dev/sdc /media/sebastian/mountpoint
mount: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error
Is there any way I could recover data?
Oldfred, Thank you for more information provided.
– Sebastian Oct 08 '17 at 18:51