OSDN Git Service

Added to ntfsundelete an attempt to recover the name of a deleted file
authorJean-Pierre André <jpandre@users.sourceforge.net>
Fri, 7 Oct 2011 09:45:47 +0000 (11:45 +0200)
committerJean-Pierre André <jpandre@users.sourceforge.net>
Fri, 7 Oct 2011 09:45:47 +0000 (11:45 +0200)
commit6e52a39608857d9bb3c7402b30c21a1ba948ee71
treedff96ade450875e33c7e6b8bd49fb0c82c890226
parent42597c830dbe91ae504b7f0c40237e133387dfde
Added to ntfsundelete an attempt to recover the name of a deleted file

When a file is deleted, ntfs-3g deletes the name from the MFT record,
so the name is not available when the file has to be undeleted.
This patch tries to recover the name when it has not been overwritten.
This is mostly possible when data is non-resident and not fragmented.
ntfsprogs/ntfsundelete.c