No such File or Directory Error for Encase images

Using PhotoRec to recover lost data
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
gguan
Posts: 4
Joined: 19 Oct 2015, 17:18

No such File or Directory Error for Encase images

#1 Post by gguan »

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.

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

Re: No such File or Directory Error for Encase images

#2 Post by cgrenier »

Instead of

Code: Select all

photorec_win /log /debug /d recupdir /cmd C:\Image\FTK.E01 search
try

Code: Select all

photorec_win /log /debug /d recupdir /cmd /cygdrive/C/Image/FTK.E01 search

gguan
Posts: 4
Joined: 19 Oct 2015, 17:18

Re: No such File or Directory Error for Encase images

#3 Post by gguan »

Yes it worked!!

Thank you so much cgrenier!!

gguan
Posts: 4
Joined: 19 Oct 2015, 17:18

Re: No such File or Directory Error for Encase images

#4 Post by gguan »

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.

Locked