How to extract pictures from disc image

J

JN

Hi. I tried to recover many lost pictures from my crashed HD. I used
Stellar Phoenix for FAT utility. Some files were saved, but many files
were generated with either bad extension or which are not pictures at
all. And I'm positive that many files which were not found are still
on the disc. I'd like to find some utility which can scan whole disc
or its image (let's forget disc's logical structure) and find pictures
(only JPG and BMP) by their headers. I know that it can be successful
only with non-framgmented files, but it's worth a try for me. Or does
exist some way to find another parts of fragmented files? The disc was
formated in FAT32, one cluster has 32768 bytes, image file is cca 33GB
long. Thanks in advance for any suggestions.
 
A

Arno Wagner

Previously JN said:
Hi. I tried to recover many lost pictures from my crashed HD. I used
Stellar Phoenix for FAT utility. Some files were saved, but many files
were generated with either bad extension or which are not pictures at
all. And I'm positive that many files which were not found are still
on the disc. I'd like to find some utility which can scan whole disc
or its image (let's forget disc's logical structure) and find pictures
(only JPG and BMP) by their headers. I know that it can be successful
only with non-framgmented files, but it's worth a try for me. Or does
exist some way to find another parts of fragmented files? The disc was
formated in FAT32, one cluster has 32768 bytes, image file is cca 33GB
long. Thanks in advance for any suggestions.

It is unlikely there is a programm for this problem exactly.

Time to start programming, I would say. Have a look into the JPG
standard how the header looks. Do the same for the BMP standard
(if there is such a thing). Then read the whole disk sequentially and
look for these headers.

"cat /dev/hd<c> | <recover_programm>"

to pipe the whole disk sequentialy into the recover programm. no idea
how to do this on Windows.

Arno
 
F

Folkert Rienstra

Try ResQdata from Netz Computing.
Or ResQdisk to repair the filesystem and just copy them off.
 
F

Folkert Rienstra

Arno Wagner said:
It is unlikely there is a programm for this problem exactly.
Bullshit.


Time to start programming, I would say. Have a look into the JPG
standard how the header looks. Do the same for the BMP standard
(if there is such a thing). Then read the whole disk sequentially and
look for these headers.

"cat /dev/hd<c> | <recover_programm>"

to pipe the whole disk sequentialy into the recover programm. no idea
how to do this on Windows.

Arno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top