Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Aug 1, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 23 Apr 2014 at 7:47

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 23 Apr 2014 at 8:11

  • Changed state: Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant