vote up 2 vote down star

I've been using some data recovery tools like Diskinternals Uneraser. I've been wondering how we can recover things on a hard drive programmatically?

Is there specific disc access mechanics, patterns, API to use? Is it something I can do in C#?

flag

60% accept rate

3 Answers

vote up 2 vote down

There is a nice tool, PhotoRec, available for Linux and Windows, that can recover deleted files regardless of the filesystem they were located on. It's open source, so you can find out what APIs it uses.

link|flag
vote up 0 vote down

As soon as you have arcane knowledge of file system internals and direct access to the hardware, you will be able to recover things on a hard drive, even in C#.

Speaking for NTFS, there is no "deleted items" API, AFAIK. Besides from "Deleted Items", that is. ;-)

link|flag
can you give more details on how to get this knowledge? – J.J. Oct 11 '08 at 16:42
What can I say other than "read a lot of stuff on the matter"? The question was quite general, so is the answer. – Tomalak Oct 11 '08 at 16:54
vote up 0 vote down

Here's something. Scroll down to "Physical disk and volumes"

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.