⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 restart.html

📁 中文的NTFS文件系统结构说明文档
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><!-- http://linux-ntfs.sourceforge.net/ntfs/concepts/restart.html --><html lang="en">  <head>    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">    <meta name="description" content="NTFS Documentation">    <link rel="stylesheet" type="text/css" href="../style/ntfsdoc.css">    <link rel="start" type="text/html" href="../index.html" title="NTFS Documentation">    <title>Restart - Concept - NTFS Documentation</title>  </head>  <body>    <table border="0" class="toolbar" summary="" cellspacing="0">      <tr>        <td class="toolbar"><div class="toolbar"><a accesskey="1" class="toolbar" href="../index.html">主页</a></div></td>        <td class="toolbar"><div class="toolbar"><a accesskey="2" class="toolbar" href="../files/index.html">文件</a></div></td>        <td class="toolbar"><div class="toolbar"><a accesskey="3" class="toolbar" href="../attributes/index.html">属性</a></div></td>        <td class="toolbar"><div class="toolbar"><a accesskey="4" class="toolbar" href="../concepts/index.html">概念</a></div></td>        <td class="toolbar"><a accesskey="5" class="toolbar" href="../help/glossary.html">词汇</a></td>      </tr>    </table>    <h1>Concept - Restart</h1>    <a class="prevnext" accesskey="," href="links.html">Previous</a>    <a class="prevnext" accesskey="." href="sid.html">Next</a>    <h2>Overview</h2>    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>    The purpose of the various LSNs is unclear. It appears that the data around offset 3C    deal with the clear/dirty state of the volume, too.    <br>    <a class="contact" href="http://linux-ntfs.sourceforge.net/ntfs/concepts/restart.html">Online</a>    <a class="contact" href="http://www.reddragonfly.org/ntfs/concepts/restart.html">中文在线</a>    <!-- The two validators will only work if this page is visible on the web -->    <a class="contact" href="http://validator.w3.org/check/referer">Validate HTML</a>    <a class="contact" href="http://jigsaw.w3.org/css-validator/check/referer">Validate CSS</a>    <a class="contact" href="mailto:webmaster@flatcap.org">$Id: restart.html,v 1.9 2001/07/11 11:04:05 flatcap Exp $</a>  </body></html>

⌨️ 快捷键说明

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