Jump to content

Unerase tool that marks deleted file as present


Mexxi

Recommended Posts

When files are deleted a flag in the MFT is merely changed. I'm trying to find an unerase tool that is capable of changing that flag back without actually copying the file to a different location. I have been testing like a dozen tools and not a single one supports this way of data recovery. If I was still running on FAT, I'd use DOS 6.22's "undelete.exe" since that one actually did it that way, but I'll be damned if there isn't a modern equivalent. Does someone happen to know a tool that supports recovering a file without actually copying its content to a new location?

Link to comment
Share on other sites


When files are deleted a flag in the MFT is merely changed. I'm trying to find an unerase tool that is capable of changing that flag back without actually copying the file to a different location. I have been testing like a dozen tools and not a single one supports this way of data recovery. If I was still running on FAT, I'd use DOS 6.22's "undelete.exe" since that one actually did it that way, but I'll be damned if there isn't a modern equivalent. Does someone happen to know a tool that supports recovering a file without actually copying its content to a new location?

First thing that comes to mind is Linux ntfsundelete:

http://linux.die.net/man/8/ntfsundelete

Running an undelete software in a running NT based systems is risky, that's why most programs, like Testdisk:

http://www.cgsecurity.org/wiki/Undelete_files_from_NTFS_with_TestDisk

won't t let you simply UNflag the $MFT entry.

And same goes for most tools, another example:

http://www.uneraser.com/quest1.htm

A port of the Linux tool may work for you:

http://gnuwin32.sourceforge.net/packages/ntfsprogs.htm

jaclaz

Link to comment
Share on other sites

Thank you for your reply jaclaz. Excellent advice as always :thumbup

ntfsundelete looks like it does the trick. The windows port doesn't seem to support SATA-discs, so I'll have to dig out a Linux live CD first, but it's finally a solution I almost thought wouldn't exist.

Link to comment
Share on other sites

The windows port doesn't seem to support SATA-discs, so I'll have to ....

Are you sure?

Device support should be unrelated to actual program.

Or maybe that port is very old? :unsure:

But still, if a device is supported, a filesystem driver or tool should work independently, SATA is a form of ATA, it's not like it was a SCSI device.

But anyway - as said - it is much better to NOT run something like that on a "live" NT system. :thumbup

jaclaz

Link to comment
Share on other sites

No, I'm not sure. I wasn't able to specify my hard drive in a way ntfsundelete supported. I tried c:, /dev/hda, /dev/hda1, /dev/sda and /dev/sda1 - no success. Through google I found a post of an XP user who had the same issue and someone replied that SATA wasn't supported yet. The port is from 2004, so that might explain it. The XP user also said that compiling ntfsprogs with cygwin made the whole thing work.

Before going through the hassle of recompiling the toolset myself I'd rather try to find another (preferably cygwin based) windows version (there must be several according to wikipedia) or - as a last resort - use a live CD. I'm not too Linux savvy, so this is my least favorite choice, plus the live CD allen2 suggested doesn't seem to like EasyBCD's ISO boot and doesn't boot successfully. However, I heard every Ubuntu live CD has ntfsprogs pre-installed, so I'll give those a shot before I give up on finding a working windows version.

Update: I got around trying ntfsundelete. Excellent tool, however, it does not support restoring files without copying them. The "undelete inode" option is a bit misleading here. In fact, you have to specify a destination directory or else ntfsundelete will copy the file to the current user directory by default. Still, great tool that I'll certainly use in the future. At least I was able to find out quickly that the file I was trying to restore already had its MFT entry overwritten.

Edited by Mexxi
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...