📄 indexallocation.html
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -