Unfortunately it's a little complicated. http://ntfs.com/ntfs-mft.htm gets at it. Each record of the NTFS MFT represents a file. Really small files have their data stored right in the MFT (neat). Bigger files have one or more pointers to extents (contiguous clusters). A contiguous file has...