Page 1 of 1

how run photorec_static in ubuntu

Posted: 16 May 2012, 06:46
by akhilms004
how can i run photorec_static in my ubuntu
when i try to run photorec _static using the following command "sudo ./photorec_static"
it shows " sudo: ./photorec_static: command not found "

Re: how run photorec_static in ubuntu

Posted: 17 May 2012, 10:43
by remy
Did you download and uncompress the 6.14-WIP archive on the website ?
./photorec_static means that you are in the folder where photorec_static is.

Re: how run photorec_static in ubuntu

Posted: 17 May 2012, 15:35
by akhilms004
hai remy,
yes i download testdisk-6.14-WIP.linux26.tar.bz2 from cgsecurity.org , then i uzipthe archive and tried to execute
photorec_static from folder where photorec_static is.

Re: how run photorec_static in ubuntu

Posted: 18 May 2012, 14:53
by remy
try to copy photorec_static in your/home/user folder and verify in properties if executable flag is ticked.

Then,

Code: Select all

sudo ~/photorec_static /dev/yourdisk
should work

Re: how run photorec_static in ubuntu

Posted: 18 May 2012, 17:16
by akhilms004
@remy,
it works;
:)
thnx