Re: How to read Master File Table (MFT)

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi Jeremy!
NTFS:
No official documentation available...
For unoffical docu see: http://linux-ntfs.sourceforge.net/ntfs/

NTFS also supports the FSCTL_GET_NTFS_FILE_RECORD IOCTL on 2K+. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/fsctl_get_ntfs_file_record.asp

And also: See: FSCTL_GET_RETRIEVAL_POINTERS http://msdn.microsoft.com/library/en-us/fileio/fs/fsctl_get_retrieval_pointers.asp

which is "almost" the same as MFT-entries...

See also: Defragmenting Files
http://msdn.microsoft.com/library/en-us/fileio/fs/defragmenting_files.asp

--
Greetings
  Jochen

   My blog about Win32 and .NET
   http://blog.kalmbachnet.de/
.