Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
Post a reply

Data Recovery - Algorithm

May 13th, 2012, 15:57

Hi ppl.

Can someone write a simple algorithm of Data Recovery that can be implemented on C language?

I need it for educational base.
please help me.


Regards

Re: Data Recovery - Algorithm

May 13th, 2012, 20:09

You can see examples of file carving (which is just one example of a data recovery algorithm) by looking at existing open-source code e.g. PhotoRec, Foremost etc.
Post a reply