Berion
Developer
If:
PS2: "Poland", not "poland".
PS3: Remember to add executable right to bswap module (by chmod +x on it or via Nemo/Nautilus in file properties, also Your user right for reading).
- Your PS3 HDD is /dev/sdc
- You want mount only dev_hdd1
- Your bswap16-ecb module is named bswap16.ko and match to kernel
- if Your console is Slim and keys generated are proper for this specific unit
- sudo su
- insmod '/home/eruil/ps3/bswap16.ko'
- cryptsetup create -c bswap16 -d /dev/zero ps3hdd-bs /dev/sdc
- cryptsetup create -c aes-xts-plain64 -d /home/eruil/ps3/ata_key.bin -s 256 ps3hdd /dev/mapper/ps3hdd-bs
- kpartx -a /dev/mapper/ps3hdd
- mount -t vfat /dev/mapper/ps3hdd3 /home/eruil/ps3/dev_hdd1
- Now You should be able to access to dev_hdd1 (only with root privileges) from i.e file manager level.
- Delete everything what You see on it. If fm tells You about problem, it is possible that partition is damaged, so go to no.9 as normally and try dosfstools from other tutorial, and after that back to no.6, do no. 8 and jump to no.10.
- umount -l /home/eruil/ps3/dev_hdd1
- kpartx -d /dev/mapper/ps3hdd
- cryptsetup remove ps3hdd
- cryptsetup remove ps3hdd-bs
- rmmod bswap16
- exit
- exit
PS2: "Poland", not "poland".
PS3: Remember to add executable right to bswap module (by chmod +x on it or via Nemo/Nautilus in file properties, also Your user right for reading).
Last edited: