recovery

Asked by anilkumar

we used the commands
$ sudo apt-get install recoverjpeg

After this you've got to find out the device name of your harddisk. You
can do this by e.g.

$ sudo fdisk -l

Once you know that your sd-card is e.g. /dev/sdc1 you can recover the
deleted pictures by

$ recoverjpeg /dev/sdb1 (1 gb nikon memory card)

result is :
Restored 732 pictures
but we did not find where the 732 pictures

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Jensen Somers
Solved:
Last query:
Last reply:
Revision history for this message
Best Jensen Somers (jsomers) said :
#1

Normally they should be in the same directory where you ran "recoverjpeg" from as far as I can remember.

Revision history for this message
anilkumar (anilhw) said :
#2

Thanks Jensen Somers, that solved my question.