Hi All,
I have a problem trying to recover encase images from a path through command line, for example:
photorec_win /log /debug /d recupdir /cmd C:\Image\FTK.E01 search
It throws "No such file or directory" error
If i run from photorec root folder
photorec_win /log /debug /d recupdir /cmd FTK.E01 search
it does run well
But if I try to recover from a Raw image (.dd)
photorec_win /log /debug /d recupdir /cmd C:\Image\Raw.dd search
it does run and start recovering the deleted files.
My question is, Does recovering from encase images, the image needs to be in photorec_win folder or i could use a path?? if i could use a path then why im getting nO such file or directory error?
Thank you in advance.
No such File or Directory Error for Encase images
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
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
- cgrenier
- Site Admin
- Posts: 5438
- Joined: 18 Feb 2012, 15:08
- Location: Le Perreux Sur Marne, France
- Contact:
Re: No such File or Directory Error for Encase images
Instead of
try
Code: Select all
photorec_win /log /debug /d recupdir /cmd C:\Image\FTK.E01 search
Code: Select all
photorec_win /log /debug /d recupdir /cmd /cygdrive/C/Image/FTK.E01 search
Re: No such File or Directory Error for Encase images
Yes it worked!!
Thank you so much cgrenier!!
Thank you so much cgrenier!!
Re: No such File or Directory Error for Encase images
Hi,
Another question does photorec works with a shared path like //user/shared/ftk.e01???
If it does how would be the syntax?
Thanks in advance.
Another question does photorec works with a shared path like //user/shared/ftk.e01???
If it does how would be the syntax?
Thanks in advance.