Enumeration Through $MFT Records? (Master File Table) NTFS Madness - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: Enumeration Through $MFT Records? (Master File Table) NTFS Madness (/showthread.php?tid=25820) |
Enumeration Through $MFT Records? (Master File Table) NTFS Madness - AceInfinity - 03-31-2012 I've been doing some research today, and after reading bibles of code. It's been pointed to me that the enumerating the Master File Table grants you quicker iteration through the Windows file system directories and files by about an estimated 10 times that of most other methods. For an $MFT record there's 2 file id's; for the actual file, and for the directory in $MFT. I've been using a good resource to learn about it, but this seems a bit of a stretch from first glance lol. http://ntfs.com/ Anybody ever done anything with this before? RE: Enumeration Through $MFT Records? (Master File Table) NTFS Madness - AceInfinity - 04-01-2012 haha. Nobody ever helps me out Oh well. Eventually i'll figure this out, maybe. |