Warnings when running analysis with TestDisk
Posted: 01 Mar 2020, 01:47
I have an iMac with a Fusion Drive that has failed. The SSD burnt out, as far as the iMac is concerned, the SSD doesn't exist anymore. But, before I take it in for service or replacement, I would like to rescue as much data from the HD portion of the Fusion Drive.
I used DDRescue-GUI to image the entire 2 TB HD (disk0) to a 5 TB USB external drive.
Using diskutil list , this is what is on disk3, the clone of disk0:
I began analysis of the image with TestDisk and was presented with this message as it started:
Is this going to be a problem down the line? Since analysing the drive is going to take several days, I'd rather know now if it's going to work or if I need to start over and try something different. I understand the EFI slice is FAT32 and the data slice is APFS, is that the source of this error? If so, then am I able to use TestDisk at all to salvage my data off of this drive?
Thanks for your time and efforts on this matter.
I used DDRescue-GUI to image the entire 2 TB HD (disk0) to a 5 TB USB external drive.
Using diskutil list , this is what is on disk3, the clone of disk0:
Code: Select all
icemo:~ icemo$ diskutil list
/dev/disk3 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *5.0 TB disk3
1: EFI EFI 209.7 MB disk3s1
2: Apple_APFS 2.0 TB disk3s2
Code: Select all
check_FAT: Unusual media descriptor (0xf0!=0xf8)
Warning: number of heads/cylinder mismatches 16 (FAT) != 1 (HD)
Warning: number of sectors per track mismatches 32 (FAT) != 1 (HD)
Thanks for your time and efforts on this matter.