Page 1 of 1

No such File or Directory Error for Encase images

Posted: 19 Oct 2015, 18:06
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.

Re: No such File or Directory Error for Encase images

Posted: 19 Oct 2015, 20:06
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

Re: No such File or Directory Error for Encase images

Posted: 19 Oct 2015, 20:13
by gguan
Yes it worked!!

Thank you so much cgrenier!!

Re: No such File or Directory Error for Encase images

Posted: 19 Oct 2015, 20:52
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.