|
|
#61 | ||
|
Member
![]() Join Date: Jan 2011
Location: Poland
Posts: 58
Likes: 10
Liked 27 Times in 13 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
Also, I cannot compile it from this git repo because I've getting: libdevmapper.h: no such file or directory. Have you done this? edit: Ok. done. I compile it. In Ubuntu 12.0.4.1 LTS are missing: libaio-dev, libreadline-dev and liblvm2 (this one i compile myself from ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.98.tgz). + sudo updatedb Last edited by MRDOTB; 02-09-2013 at 06:22 AM. |
||
|
|
|
|
|
#62 | |
|
Member
![]() Join Date: Sep 2010
Posts: 110
Likes: 8
Liked 11 Times in 10 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
|
Do not use this command in term: patch -p1 < ../kpartx-ps3-partition.patch Be in the Multipath-tools DIR and use this command: patch -p1 < kpartx-ps3-partition.patch Then type: make Console will go crazy but I end up with these error after a bit: Code:
root@ubuntu:/home/bob/Downloads/multipath-tools# make make[1]: Entering directory `/home/bob/Downloads/multipath-tools/libmultipath' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/bob/Downloads/multipath-tools/libmultipath' make[1]: Entering directory `/home/bob/Downloads/multipath-tools/libmultipath/prioritizers' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/bob/Downloads/multipath-tools/libmultipath/prioritizers' make[1]: Entering directory `/home/bob/Downloads/multipath-tools/libmultipath/checkers' cc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wunused -Wstrict-prototypes -fPIC -DLIB_STRING=\"lib\" -I.. -c -o directio.o directio.c directio.c:16:20: fatal error: libaio.h: No such file or directory compilation terminated. make[1]: *** [directio.o] Error 1 make[1]: Leaving directory `/home/bob/Downloads/multipath-tools/libmultipath/checkers' make: *** [recurse] Error 2 root@ubuntu:/home/bob/Downloads/multipath-tools# EDIT: Solved all errors by installing missing libs by hand: apt-get install aptitude sudo apt-get install python2.7-dev sudo aptitude install libaio-dev sudo apt-get install libreadline-dev -------------------------------------------------------------------------- Now I run kpartx -l dec_ps3hdd.img but get: Code:
/dev/mapper/control: open failed: Permission denied
Failure to communicate with kernel device-mapper driver.
mount: Could not find any loop device.
Maybe /dev/loop# has a wrong major number?Bad address
can't set up loop
Ugh I'm lost again! Grrr Last edited by bobross; 02-09-2013 at 01:36 PM. |
|
|
|
|
|
|
#65 |
|
Member
![]() Join Date: Jun 2011
Posts: 107
Likes: 52
Liked 15 Times in 13 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
How did you get the .img file?
|
|
|
|
|
|
#66 |
|
Member
![]() Join Date: Sep 2010
Posts: 110
Likes: 8
Liked 11 Times in 10 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
|
1. Attached Ps3 HD to esata dock
2. Used HxD -> select Drive -> save-as "HDD.img" 3. In Ubuntu -> HDD file from HxD in the \ps3_decrypt_tools\data\ with eid_root_key file 4. Ran ./decrypt_tools -> select option #1 (Decrypt HDD) 5. Seemed(?) successful output [ATA-DATA/TWEAK/ENCDEC-DATA/TWEAK Keys] Maybe I did something wrong in HxD? I'm re-dumping my HD in Ubuntu using "dd if=/dev/sdb of=./PS3HD.img" Can only get Ubuntu to recognize the HD over USB connection not eSATA for some reason so this might take a while. Last edited by bobross; 02-10-2013 at 02:51 PM. |
|
|
|
|
|
#67 |
|
Senior Member
![]() Join Date: Sep 2010
Location: /dev/random
Posts: 1,687
Likes: 426
Liked 271 Times in 171 Posts
Mentioned: 14 Post(s)
Tagged: 0 Thread(s)
|
For your own sanity I do hope that . ( this directory ) is on the external USB?
Code:
cd /mnt/sdc3/ dd if=/dev/sdb of=./PS3HD.img
__________________
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. |
|
|
|
|
|
#68 | |
|
Member
![]() Join Date: Sep 2010
Posts: 110
Likes: 8
Liked 11 Times in 10 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
|
I can't figure out how to mount the PS3 drive via eSATA. Only USB connection seems to work. Looks like its going at about 1GB every 1-2min. So 60GB drive, maybe an 1/2 hours This is just my "practice" drive too. The data I REALLY need is on my 650GB drive ugghh... I looked around for mounting eSATA drive on Ubuntu but they all seem to involve re-partitioning or formatting and I obviously don't want to be dong that for my recovery purposes. Edit: CRAP! dd image also does not mount! WTF am I doing wrong?! Last edited by bobross; 02-10-2013 at 09:08 PM. |
|
|
|
|
|
|
#69 |
|
Senior Member
![]() Join Date: Sep 2010
Location: /dev/random
Posts: 1,687
Likes: 426
Liked 271 Times in 171 Posts
Mentioned: 14 Post(s)
Tagged: 0 Thread(s)
|
dd image should not mount the ordinary way.
You should find your PS3’s keys( eid_root_key ), and then use the tool to mount the dd AFAIK. I’m working on an SFO tool for the Mac now, but I’m paying attention to this thread as I would like to make a Mac port of this tool also, but one thing at the time.
__________________
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-10-2013 at 10:10 PM. |
|
|
|
|
|
#70 |
|
Member
![]() Join Date: Jun 2011
Posts: 107
Likes: 52
Liked 15 Times in 13 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
@bobross
That image is your encrypted HDD, the tool will decrypt the file "sectors" and it must be multiple of 200 bytes. For me it doesn't work with the full (80 GB) HDD, maybe you should split the image and decrypt 1-2 GB (multiple of 200 bytes) per time. http://unixhelp.ed.ac.uk/CGI/man-cgi?split (I got the informations from zecoxao )
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|