Copy two different saves from PS4 HDD (not via PS4DM export functionality) and upload so I can see what can be done. If these PFS containers have header (which I don't know, that's why I need compare two different files), I can make custom signature for eg. photorec.
Do NOT use this console. The more writes the less chance of recovery anything. Connect HDD on PC and read it there (but You need EAP HDD Key, I hope You already dump it in the past...).
If You not yet have it, before retrieving, make sector by sector disk image to keep it in current state as best material to future work of.
https://www.psx-place.com/threads/tutorial-hdd-mounting-and-decryption-on-linux.42314/
So definitely IV model.cuh-2016b
That's normal. Only one model can be assigned at once to PS4.tried to insert cloned drive into ps4, and it requires to reinstall os. But with original drive i get same errors. Cloned with raw copy tool in windows.
Unmounter doesn't work properly@mimi Thank You for Your time. Could You make another test?
PS: Remember to always running "Umounter" script before another attempt to use "Mounter" one. It will remove all mappers etc. etc. It is very important.
- This time use script from yesterday, and run "dump.sh". It will dump few sectors from each created mappers. I can judge by that if partitions become decrypted or not. In home will be created some text files, pack them to eg. zip and after that delete *.txt.
- Another test is to use today script. I changed IV to match GPT order so in theory it should works now. If not, again, run dump script and make another archive. Please, attach both of them here (they will not contain any private data so don't worry).
So definitely IV model.
That's normal. Only one model can be assigned at once to PS4.
Cloning method fine too.
desktop.zip is script from "v2 or todays".Unmounter doesn't work properly
Device ps4hdd_04 already exists.
Device ps4hdd_09 already exists.
Device ps4hdd_12 already exists.
Device ps4hdd_13 already exists.
Device ps4hdd_14 already exists.
After using unmounter.
can's see mounter partitions
sudo dd if=/dev/sdf13 of=${HOME}/ps4hdd_p13.img bs=4M count=1 status=progress
https://nightkinghost.com/672new/index.htmlIn all three cases, none partition has been decrypted. That means that key is wrong (which I doubt, I believe You understand that EAP HDD Key is unique per console, so must be dumped on console from which disk came) or it is yet unknown case.
Mounter script from current PS4 HDD Decryption Helper for IV models using IV calculated from known to me GPT partition order. You have different, so I've made script which corrected partition names ("sorted GPT"). This test failed, so I've made another script which using IVs matching to that GPT order (sorted GPT v2"). Again, it failed too, so something is uncommon and unknown here.
Or... not all CUH-2xxx are IV models. Could You try chose option 1 instead 2? Using "sorted GPT v2" version. Thank You. ^^
If it will still fail to recognize and mount stuff, I will ask You to run in terminal:
And sending it to me with EAP HDD Key. Above command will create in home dir 4MiB mini image from first sectors (no private data contains). If You will get different listing this time, replace sdf13 by real one (lsblk will tell You, e.g could be sde13, sdg13, etc.).Code:sudo dd if=/dev/sdf13 of=${HOME}/ps4hdd_p13.img bs=4M count=1 status=progress
I will look into it and try decrypt it on my own to not waste Your time.
how to extract eap from sflash0?In all three cases, none partition has been decrypted. That means that key is wrong (which I doubt, I believe You understand that EAP HDD Key is unique per console, so must be dumped on console from which disk came) or it is yet unknown case.
Mounter script from current PS4 HDD Decryption Helper for IV models using IV calculated from known to me GPT partition order. You have different, so I've made script which corrected partition names ("sorted GPT"). This test failed, so I've made another script which using IVs matching to that GPT order (sorted GPT v2"). Again, it failed too, so something is uncommon and unknown here.
Or... not all CUH-2xxx are IV models. Could You try chose option 1 instead 2? Using "sorted GPT v2" version. Thank You. ^^
If it will still fail to recognize and mount stuff, I will ask You to run in terminal:
And sending it to me with EAP HDD Key. Above command will create in home dir 4MiB mini image from first sectors (no private data contains). If You will get different listing this time, replace sdf13 by real one (lsblk will tell You, e.g could be sde13, sdg13, etc.).Code:sudo dd if=/dev/sdf13 of=${HOME}/ps4hdd_p13.img bs=4M count=1 status=progress
I will look into it and try decrypt it on my own to not waste Your time.