restart.html
来自「一个linux下NTFS文件格式源代码」· HTML 代码 · 共 15 行
HTML
15 行
<title>Log file restart area</title>Each copy of the restart area is 4KB in size, and has the following structure:<pre>Offset(length) Description0(4) Magic number 'RSTR'1E(12) Fixup30(4) LSNa58(4) LSNb60(4) LSNc (==LSNa?)6C(1) Volume clear flag78(8) Unicode string 'NTFS'</pre></i>The purpose of the various LSNs is unclear. It appears that the dataaround offset 3C deal with the clear/dirty state of the volume, too.</i>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?