Berion
Developer
Based on the video tutorial, I've made config file for cryptmount. To bad that I'm on 5.55, but should be ok.
Key can be dumped by OrbisMAN. In theory partition should be mounted read only, but without kernel flag set for rw, UFS2 it always be mounted with ro, even if in config is set rw.
Please, let me know if this works (and for what exactly partitions).
Please, let me know if this works (and for what exactly partitions).
Code:
# Add to the configuration file "/ect/cryptmount/cmtab" below script.
# Use "cryptmount -m ps4hdd" for mounting and "cryptmount -u ps4hdd" for unmounting.
# Device will be mounted as "/dev/mapper/ps4hdd".
# Filesystem will be mounted in "/home/<user>/ps4/hdd/".
# For CUH-1xxx models remove ivoffset parram.
# For CUH-2xxx up to CUH-7xxx use "ivoffset=111669149696".
ps4hdd {
dev=/dev/sdd27
dir=/home/user/ps4/hdd/
flags=user,nofsck
fstype=ufs
mountoptions=ro,noatime,noexec,ufstype=ufs2
cipher=aes-xts-plain64
ivoffset=111669149696
keyfile=/home/user/ps4/eap_key.bin
keyformat=raw
}
Last edited: