Ok it seemed to work with 1GB chunks! 2GB was outputting nothing. I now have a 1GB
sectors_decrypted file!
what should I be looking for when I run
Code:
hexdump -C sectors_decrypted | head -12
?
Still looks like a bunch of random data. Should there be some header in English or something?
also tried to mount but get this:
Code:
root@ubuntu:/media/bob/New/ps3_decrypt_tools/data# mount -t ufs -o ufstype=ufs2,ro sectors_decrypted /mnt/
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
root@ubuntu:/media/bob/New/ps3_decrypt_tools/data#