Closed johndpope closed 6 years ago
Well, whatever software you are using seems to detect the APFS NXSBs, but FAT32 is selected for recovery.
Another approach is that you can try to list the partitions with the sleuthkit: mmls disk.dd
and than proceed as described in the README.
I thought with a bit of perseverance - I could modify some of the internals of apfs (change the bytes of current super block) and rewind it to a previous check point. I'd have to dig around - could take months. I read in your links that they achieve this.
also - I thought it might be an idea to attach a sample /tiny hdd image to this repo - all my drives are like 1tb so it's going to take 10 hrs to get an image ready.
incidentally - the output above is from getDataBack PC software https://www.youtube.com/watch?v=XQBprGyy_Ko
fyi - found this apfs hex editor https://github.com/ydkhatri/APFS_010 / so determining the checkpoint from should be within reach.
so I have a failed external ssd usb which was running apfs / osx majove. (I plugged it into the wrong usb port after usb disconnected and it died.)
I can easily clone this using clonzilla to iso file or dd. It doesn't seem possible to use drive directly. do you have any advice?
While I have been able to dig through drive to detect certain file types - it's not helping me recover the failed partition / directory structure.