ipad DD not working...
Posted: 01 Nov 2019, 20:48
I need to create a disk image of my ipad on my MacBook (running Mojave) so I can retrieve lost photos with PhotoRec...
I followed the instructions given here: https://www.cgsecurity.org/wiki/Recover ... _an_iPhone
These instructions are for the iphone but I believe it should work for the ipad (V1 ipad, no camera)
when I run the command from the terminal on the ipad:
dd if=/dev/rdisk0 bs=4096 | ssh -C CDC@192.168.1.10 'dd of=iphone.img'
I get the following::
dd: reading `/dev/disk0' : Invalid argument
0+0 records in
0+0 records out
0 bytes (0 B) copied, 0.093975 s, 0.0 kb/s
Can someone tell me what I did wrong?
it does create a iphone.img file on my Macbook HD with 0 bytes...
I followed the instructions given here: https://www.cgsecurity.org/wiki/Recover ... _an_iPhone
These instructions are for the iphone but I believe it should work for the ipad (V1 ipad, no camera)
when I run the command from the terminal on the ipad:
dd if=/dev/rdisk0 bs=4096 | ssh -C CDC@192.168.1.10 'dd of=iphone.img'
I get the following::
dd: reading `/dev/disk0' : Invalid argument
0+0 records in
0+0 records out
0 bytes (0 B) copied, 0.093975 s, 0.0 kb/s
Can someone tell me what I did wrong?
it does create a iphone.img file on my Macbook HD with 0 bytes...