📄 mft.html
字号:
<title>The Master File Table</title>The master file table record consists of a header and the attribute list.It has a size of 400 (=1K), or the cluster size (whichever is larger).The header has the following fields:<pre>offset(length) contents0(4) Magic number 'FILE'4(2) Offset to fixup (usually 2C)6(2) Number of fixups, including first word10(2) Sequence number12(2) hard link count14(2) Offset to attributes16(2) Flags: 1-non-resident attributes, 2-record is directory18(4) Length of in-use part of the record (header + attributes)1C(4) Allocated (total) length of the record20(8) Main MFT record, if continuation record, or 028(2) Next free attribute ID2A(6+) Fixup (length depends on record size)</pre>The fixup's first word should be found at offsets 1FE and 3FE. If it matches, the words at offset 2C and 2E should be written to the offsets1FE and 3FE, respectively. The fixup is incremented each time the recordis written.<p>The <a href="attr.html">attribute list</a> is of variable length and terminated with FFFFFFFF. For 1K MFT records, the attribute list starts at offset 0x30.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -