Editing Mounting HDD in Linux
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 16: | Line 16: | ||
== Prerequisites == | == Prerequisites == | ||
* Per-console PS4 EAP HDD Key (check in your kernel dump and in | * Per-console PS4 EAP HDD Key (check in your kernel dump and in hxxps://github.com/Ps3itaTeam/ps4-kexec/blob/master/magic.h kern_off_eap_hdd_key offset) | ||
* A PC running a Linux Distribution (ex: ubuntu, xubuntu live) that supports cryptmount | * A PC running a Linux Distribution (ex: ubuntu, xubuntu live) that supports cryptmount | ||
Line 35: | Line 35: | ||
40 00 30 50 DE DB 76 EC 5A D3 D2 8B B3 86 60 D2 | 40 00 30 50 DE DB 76 EC 5A D3 D2 8B B3 86 60 D2 | ||
6B FA DD 0A 1F 3C 03 4B 59 A8 3D 44 04 AE D6 15 | 6B FA DD 0A 1F 3C 03 4B 59 A8 3D 44 04 AE D6 15 | ||
</pre> | |||
* You can simplify by using a linux script | |||
<pre> | |||
objcopy -I binary -O binary --reverse-bytes=16 dump.bin keys.bin | |||
</pre> | </pre> | ||
Line 109: | Line 115: | ||
* Remove write permission on cmtab file: | * Remove write permission on cmtab file: | ||
<pre> | <pre> | ||
sudo chmod | sudo chmod 775 /etc/cryptmount/cmtab | ||
</pre> | </pre> | ||
* Mount PS4 "user" partition: | * Mount PS4 "user" partition: |