HyeongminSeo / iphone-dataprotection

Automatically exported from code.google.com/p/iphone-dataprotection
0 stars 0 forks source link

how to create a dd image of the data parititon for ipt2? #138

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
when i use ./dump_data_partition.sh  to create a dd image of my ipt2.
it shows an error:
dd: opening `/dev/rdisk0s2s1': No such file or directory
dd: opening `/dev/rdisk0s1s2': No such file or directory

ipod touch 2.ios 4.2.1

and i check my path /dev , there is no rdisk0s2s1,rdisk0s1s2.
what is the meaning of rdisk0s2s1 and rdisk0s1s2?
how i can fix it?
thank you!

Original issue reported on code.google.com by jumei4...@gmail.com on 23 Apr 2014 at 7:47

GoogleCodeExporter commented 8 years ago
try changing the last line of the dump_data_partition.sh script to

ssh $SSHOPTS root@localhost "dd if=/dev/rdisk0s2 bs=8192" > $OUT

Original comment by jean.sig...@gmail.com on 23 Apr 2014 at 8:11