AceInfinity Emeritus, Contributor Joined Feb 21, 2012 Posts 1,728 Location Canada Sep 17, 2012 #1 Anybody know of a method to enumerate the $MFT on an NTFS formatted filesystem?
niemiro Senior Administrator, Windows Update Expert Staff member Joined Mar 2, 2012 Posts 8,772 Location District 12 Sep 18, 2012 #2 I have researched the $MFT before, but never gotten around to actually trying out the code. My notes on the subject list the following user "StCroixSkipper" and the following URLs: http://social.msdn.microsoft.com/Forums/en/csharpgeneral/thread/c1550294-d121-4511-ac32-31551497f64e http://mftscanner.codeplex.com/releases/view/92546 But I have never actually tried it to confirm it works. Maybe you have already found, maybe not.
I have researched the $MFT before, but never gotten around to actually trying out the code. My notes on the subject list the following user "StCroixSkipper" and the following URLs: http://social.msdn.microsoft.com/Forums/en/csharpgeneral/thread/c1550294-d121-4511-ac32-31551497f64e http://mftscanner.codeplex.com/releases/view/92546 But I have never actually tried it to confirm it works. Maybe you have already found, maybe not.
AceInfinity Emeritus, Contributor Joined Feb 21, 2012 Posts 1,728 Location Canada Sep 18, 2012 #3 I know, i've seen those, another intriguing topic is the USN journal. I have tried them, but the concept here is not yet fully developed, it's still slow because of a few factors. If you were able to read efficiently from the $MFT it would be about 10 times faster than any other filesystem search method in theory.
I know, i've seen those, another intriguing topic is the USN journal. I have tried them, but the concept here is not yet fully developed, it's still slow because of a few factors. If you were able to read efficiently from the $MFT it would be about 10 times faster than any other filesystem search method in theory.