Ok I found this new guide... https://forums.modmy.com/file-mods-f...roken-mac.html
It is basically the same except I run things through terminal on my mac... It recommends using " bs=4096kb " instead of "4096"... this did not work either but another webpage recommended replacing with "bs=1M ...
Search found 5 matches
- 05 Nov 2019, 21:25
- Forum: File recovery
- Topic: ipad DD not working...
- Replies: 5
- Views: 6317
- 05 Nov 2019, 18:34
- Forum: File recovery
- Topic: ipad DD not working...
- Replies: 5
- Views: 6317
Re: ipad DD not working...
I have run:
dd if=/dev/rdisk01s1 bs=4096 | ssh -C CDC@192.168.1.10 'dd of=iphone.img'
and
Run dd if=/dev/rdisk01s2 bs=4096 | ssh -C CDC@192.168.1.10 'dd of=iphone.img'
unfortunately both gave me the Invalid argument... and created a 0 byte file on my macbook HD...
Anyone know what to check next?
dd if=/dev/rdisk01s1 bs=4096 | ssh -C CDC@192.168.1.10 'dd of=iphone.img'
and
Run dd if=/dev/rdisk01s2 bs=4096 | ssh -C CDC@192.168.1.10 'dd of=iphone.img'
unfortunately both gave me the Invalid argument... and created a 0 byte file on my macbook HD...
Anyone know what to check next?
- 03 Nov 2019, 18:47
- Forum: File recovery
- Topic: ipad DD not working...
- Replies: 5
- Views: 6317
Re: ipad DD not working...
Jailbroke with Cydia which I believe has BSD as far as I could find/read... perhaps not? maybe you could point me toward how to find and install BSD as I can find no such thing... Open SSH and Terminal are on the ipad...
DD was something I read was part of my Macbook OS, perhaps it is something I ...
DD was something I read was part of my Macbook OS, perhaps it is something I ...
- 03 Nov 2019, 03:11
- Forum: File recovery
- Topic: ipad DD not working...
- Replies: 5
- Views: 6317
Re: ipad DD not working...
Thanks , I typed in mount and got the following...
/dev/disk0s1s1 on / (hfs, local, journaled, noatime)
devfs on /dev (devfs, local, nobrowse)
/dev/disk0s1s2 on /private/var (hfs, local, journaled, noatime, protect)
Hope this is helpful.
/dev/disk0s1s1 on / (hfs, local, journaled, noatime)
devfs on /dev (devfs, local, nobrowse)
/dev/disk0s1s2 on /private/var (hfs, local, journaled, noatime, protect)
Hope this is helpful.
- 01 Nov 2019, 20:48
- Forum: File recovery
- Topic: ipad DD not working...
- Replies: 5
- Views: 6317
ipad DD not working...
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_data_from_an_iPhone
These instructions are for the iphone but I believe it should work for the ipad ...
I followed the instructions given here: https://www.cgsecurity.org/wiki/Recover_data_from_an_iPhone
These instructions are for the iphone but I believe it should work for the ipad ...