Tagged Questions
1
vote
1answer
84 views
What's the meaning of: /dev/rdisk0s1 and /dev/rdisk0s2s1?
I'm trying to use SSH to make a disk image by using DD on an iPod.
And I'm using this commands:
ssh root@192.168.1.100 dd if=/dev/rdisk0s1 bs=1M | dd of=iphone-root.img
ssh root@192.168.1.100 dd ...
2
votes
1answer
94 views
Is it possible to use DD to obtain splited images from a hard-drive?
My piano teacher asked me to record one of his recitals with his iPod (3-4 generation, not so sure) and I did it. While trying to edit it, he accidentaly deleted it, I'm trying to recover.
After some ...
