Go Back  
Reply
 
Thread Tools
Old 02-14-2013   #81
bobross
Member
 
Join Date: Sep 2010
Posts: 108
Likes: 8
Liked 11 Times in 10 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Originally Posted by advocatusdiaboli View Post
I don’t know if you need them both, I’m just trying to understand what your are doing.

As I have not been through the process myself yet.
I have a decrypted PS3 HD just sitting here and nobody seems to be able to help me get it mounted and read.
bobross is offline   Reply With Quote
Old 02-14-2013   #82
advocatusdiaboli
Senior Member
 
advocatusdiaboli's Avatar
 
Join Date: Sep 2010
Location: /dev/random
Posts: 1,686
Likes: 424
Liked 270 Times in 170 Posts
Mentioned: 14 Post(s)
Tagged: 0 Thread(s)
Originally Posted by bobross View Post
I have a decrypted PS3 HD just sitting here and nobody seems to be able to help me get it mounted and read.
Well... that’s what you believe that you have done, can you please paste all the steps you have done so far and which files are available? That way we can find out if what you did makes sense.

I’m just trying to help you to find the answer.
__________________
US 4USB ports OFW 3.15 PS Ubuntu
EU 4USB ports CFW 4.21.1 REX
There is only one OS; AmigaOS, the rest are just [l]imitations.

Last edited by advocatusdiaboli; 02-15-2013 at 01:15 AM. Reason: corrected some typos.
advocatusdiaboli is offline   Reply With Quote
Old 02-15-2013   #83
sguerrini97
Member
 
Join Date: Jun 2011
Posts: 96
Likes: 42
Liked 14 Times in 12 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Originally Posted by bobross View Post
I have a decrypted PS3 HD just sitting here and nobody seems to be able to help me get it mounted and read.
I don't think you have the decrypted image.. Try this post the output:
Code:
hexdump -C yourimagename.img | head -12
Inviato dal mio LG-P760 con Tapatalk 2
sguerrini97 is online now   Reply With Quote
Old 02-15-2013   #84
bobross
Member
 
Join Date: Sep 2010
Posts: 108
Likes: 8
Liked 11 Times in 10 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Originally Posted by sguerrini97 View Post
I don't think you have the decrypted image.. Try this post the output:
Code:
hexdump -C yourimagename.img | head -12
Inviato dal mio LG-P760 con Tapatalk 2
I'm starting over with a new HD dump to be sure, some questions:

1. Does the image need to be name anything specific for when I run ./decrypt tool?
2. I just put it in the /data folder and run ./decrypt_tool from the /ps3_decrypt_tools DIR? Or

do I need to specify where the IMG is so ./decrypt_tools /data/dec_ps3hdd.img?
bobross is offline   Reply With Quote
Old 02-15-2013   #85
sguerrini97
Member
 
Join Date: Jun 2011
Posts: 96
Likes: 42
Liked 14 Times in 12 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Originally Posted by bobross View Post
I'm starting over with a new HD dump to be sure, some questions:

1. Does the image need to be name anything specific for when I run ./decrypt tool?
2. I just put it in the /data folder and run ./decrypt_tool from the /ps3_decrypt_tools DIR? Or

do I need to specify where the IMG is so ./decrypt_tools /data/dec_ps3hdd.img?
The image must be called "sectors" with no extension in data folder.
As I said before, for me the tool didn't work with the full dump so you should split the file and join the decrypted parts to get a full decrypted dump.

Inviato dal mio Optimus L9 con Tapatalk 2
sguerrini97 is online now   Reply With Quote
Old 02-15-2013   #86
bobross
Member
 
Join Date: Sep 2010
Posts: 108
Likes: 8
Liked 11 Times in 10 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Originally Posted by sguerrini97 View Post
The image must be called "sectors" with no extension in data folder.
As I said before, for me the tool didn't work with the full dump so you should split the file and join the decrypted parts to get a full decrypted dump.

Inviato dal mio Optimus L9 con Tapatalk 2
Hi Sguerrini,

Thanks for being so patient with me and helping out. I will split the file and report back as soon as the new dump is complete.

Would be something like this right?

Rename dec_ps3hdd.img to sectors

Code:
split -b 2147483648 sectors
bobross is offline   Reply With Quote
Old 02-16-2013   #87
bobross
Member
 
Join Date: Sep 2010
Posts: 108
Likes: 8
Liked 11 Times in 10 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
ok so I got the HD split into 2GB chunks. When I run ./decrypt_tools it creates a file called selectors_decrypted but it's 0 bytes?

Is this right:
Code:
/media/bob/New/ps3_decrypt_tools/
./decrypt_tools
Choose option 1. (decrypt HD)

Last edited by bobross; 02-16-2013 at 02:48 PM.
bobross is offline   Reply With Quote
Old 02-16-2013   #88
haz367
Senior Member
 
Join Date: Dec 2010
Posts: 2,033
Likes: 1,029
Liked 579 Times in 471 Posts
Mentioned: 237 Post(s)
Tagged: 0 Thread(s)
with 2GB splits i had an error..must be m mistake or some..then with "200mb" parts it decrypted fine each part..i'm about todo a 80GB but it took way to long with 200mb parts... the "program" works great..its the users
haz367 is offline   Reply With Quote
Old 02-16-2013   #89
bobross
Member
 
Join Date: Sep 2010
Posts: 108
Likes: 8
Liked 11 Times in 10 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Originally Posted by haz367 View Post
with 2GB splits i had an error..must be m mistake or some..then with "200mb" parts it decrypted fine each part..i'm about todo a 80GB but it took way to long with 200mb parts... the "program" works great..its the users
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#

Last edited by bobross; 02-16-2013 at 03:49 PM.
bobross is offline   Reply With Quote
Old 02-16-2013   #90
haz367
Senior Member
 
Join Date: Dec 2010
Posts: 2,033
Likes: 1,029
Liked 579 Times in 471 Posts
Mentioned: 237 Post(s)
Tagged: 0 Thread(s)
didn't get that far here..the pain in the butt is the size of the "sectors" file..tested
6668863488 bytes/6.20GB chunks = segmentation fault
Exception: STATUS_ACCESS_VIOLATION at eip=00403119

isn't there a faster way on a pc even if 1GB chunks work..80x..imagine 320gb

but the sectors_decrypted, checked with HxD, obviously its decrypted fine
then the mounting part..lol
haz367 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 06:33 PM.