MFT Parse
Previous Topic  Next Topic 

Home



The $MFT files is a list of all files on the pcurrent disk (or partition).  The structure of each MFT record is well documented, but conatins many binary numbers and so can be difficult to interpret.  CnW can be used to view an MFT sector, and when the mouse pointer is held over any part of the hex dump, appropiate fields will be explained.  This will include file sizes, dates, as well attributes and pointers.


The same information will be stored in the log when a file is recovered, but the manual mode will assist with forensic investigation down the level of bits and bytes within the MFT record.



It can be seen in the screen dump above that the cursor is over the File modified date field, and so displays date and time.


The main sections of the MFT are all decoded, as follows




For the main header, typically the first 0x38 bytes, the following fields are displayed



For standard Information, record type 0x10 the following fields are displayed



For File name record type 0x30



For data run  record type 0x80 and 0xA0