Iphone Img create

How to use TestDisk to recover lost partition
Forum rules
When asking for technical support:
- Search for posts on the same topic before posting a new question.
- Give clear, specific information in the title of your post.
- Include as many details as you can, MOST POSTS WILL GET ONLY ONE OR TWO ANSWERS.
- Post a follow up with a "Thank you" or "This worked!"
- When you learn something, use that knowledge to HELP ANOTHER USER LATER.
Before posting, please read https://www.cgsecurity.org/testdisk.pdf
Locked
Message
Author
Jiriky
Posts: 4
Joined: 08 Nov 2020, 10:47

Iphone Img create

#1 Post by Jiriky »

Hey there, I tried to create an img file of my old iPhone 5s.
Using this instruction
https://www.cgsecurity.org/wiki/Recover ... _an_iPhone
But it always says I use an invalid dd command or dd comma d is unknown

I am running this with an windows 10 PC...
Perhaps this Windows PC doesn't know the command?

Any ideas?

User avatar
cgrenier
Site Admin
Posts: 5432
Joined: 18 Feb 2012, 15:08
Location: Le Perreux Sur Marne, France
Contact:

Re: Iphone Img create

#2 Post by cgrenier »

The procedure is for Linux or macos X.
Under Windows, you need to follow https://docs.microsoft.com/en-us/window ... tall-win10 to install WSL first.

Jiriky
Posts: 4
Joined: 08 Nov 2020, 10:47

Re: Iphone Img create

#3 Post by Jiriky »

Thank you so far.
Do I just need wsl or Linux also?

OK I now installed wsl and virtual machine...
Still dd invalid or unknown.

Jiriky
Posts: 4
Joined: 08 Nov 2020, 10:47

Re: Iphone Img create

#4 Post by Jiriky »

Another problem is, that the iPhone is not shown as a hard drive when connected to pc. So I think I have to enter the command on the iPhone terminal and not in windows itself...

Jiriky
Posts: 4
Joined: 08 Nov 2020, 10:47

Re: Iphone Img create

#5 Post by Jiriky »

It seems the whole command is wrong for windows... Anyone any idea how to fix this?

I tried following
dd if=\dev\rdisk0 | ssh -C username@IP of=C:\Users\iPhone.img bs=4096

Then I got for rdisk0 invalid argument
0+0 records in
0+0 records out

And after entering password for ssh I got wrong "of" command

Locked