indexallocation.html

来自「一个linux下NTFS文件格式源代码」· HTML 代码 · 共 23 行

HTML
23
字号
<title>Index allocation</title>The index allocation attribute is the sequence of index buffers. Each indexbuffer is 800 bytes (2K). The structure of an index buffer is<pre>offset(length)         Description0(4)                   Magic number 'INDX'4(2)                   Offset to fixup (usually 28)6(2)                   Number of fixups including first word10(8)                  VCN of buffer18(2)                  Header size1C(4)                  in-use length of buffer20(4)                  total length of buffer24(4)                  1 if not leaf block28(A)                  Fixup18+header size         Entry list</pre>The entry list is just a sequence of <a href=direntry.html>index entries</a>.The fixup works just as it does for <a href=mft.html>MFT records</a>. Because the record size is larger, there are four numbers to check andmodify.<p><i>What is in the index header, other than the fixup data?</i>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?