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

📄 mft.html

📁 中文的NTFS文件系统结构说明文档
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//ZH_CN">
<!-- http://linux-ntfs.sourceforge.net/ntfs/files/attrdef.html -->

<html lang="ZH_CN">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <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>$MFT (0) - File - 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>文件 - $MFT (0)</h1>
    <a class="prevnext" accesskey="," href="index.html">前一页</a>
    <a class="prevnext" accesskey="." href="mftmirr.html">后一页</a> 

    <h2>概述</h2>

    <p>
    在NTFS里,磁盘上的所有东西都是以文件的形式出现。即使是元数据也是以一组文件的形式存储的。主文件表格(MFT)是一个关于这个卷上每一个文件的索引。MFT保留了一组称为属性的记录,每个属性存储了不同类型的信息。
    </p>

    <h2><a class="heading" href="../attributes/index.html">属性</a></h2>

    <table border="1" summary="" cellspacing="0">
      <tr>
        <th class="numeric">类型</th>
        <th>描述</th>
        <th>名称</th>
      </tr>
      <tr>
        <td class="numeric"><a class="numeric" href="../attributes/standard_information.html">0x10</a></td>
        <td><a href="../attributes/standard_information.html">标准信息文件 ($STANDARD_INFORMATION)</a></td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td class="numeric"><a class="numeric" href="../attributes/file_name.html">0x30</a></td>
        <td><a href="../attributes/file_name.html">文件名文件 ($FILE_NAME)</a></td>
        <td>$MFT</td>
      </tr>
      <tr>
        <td class="numeric"><a class="numeric" href="../attributes/data.html">0x80</a></td>
        <td><a href="../attributes/data.html">数据文件 ($DATA)</a></td>
        <td>[未命名]</td>
      </tr>
      <tr>
        <td class="numeric"><a class="numeric" href="../attributes/bitmap.html">0xB0</a></td>
        <td><a href="../attributes/bitmap.html">位图文件 ($BITMAP)</a></td>
        <td>[未命名]</td>
      </tr>
    </table>

    <h2>文件结构</h2>
    <h3>未命名的数据流</h3>

    <p>
    有关每个文件的描述被放到了<a href="../concepts/file_record.html">FILE记录</a>一般情况下,一个只要不是足够大的记录都需要一个<a href="../attributes/attribute_list.html">$ATTRIBUTE_LIST</a>属性。
    </p>

    <p>
    前24个文件记录是为系统文件保留的。可到<a href="../files/index.html">FILE页</a>查看一个完整列表。
    </p>

    <table border="1" summary="" cellspacing="0">
      <tr>
        <th class="numeric">Inode(序号)</th>
        <th>文件名</th>
        <th>描述</th>
      </tr>
      <tr>
        <td class="numeric">0</td>
        <td><a href="mft.html">$MFT</a></td>
        <td>主文件表-一个包含所有文件的索引</td>
      </tr>
      <tr>
        <td class="numeric">1</td>
        <td><a href="mftmirr.html">$MFTMirr</a></td>
        <td>MFT前4个记录的文件备份</td>
      </tr>
      <tr>
        <td class="numeric">2</td>
        <td><a href="logfile.html">$LogFile</a></td>
        <td>事务型的日志文件</td>
      </tr>
      <tr>
        <td class="numeric">3</td>
        <td><a href="volume.html">$Volume</a></td>
        <td>序列号,开发时间,恶劣标记</td>
      </tr>
      <tr>
        <td class="numeric">...</td>
        <td>...</td>
        <td>...</td>
      </tr>
    </table>

    <h2>注意</h2>

    <h3>MFT 地带</h3>

    <p>
    为了防止MFT有过多的碎片,windows在它周围保留了一个缓冲器。当其它的磁盘空间满的时候缓冲器里才会产生新的文件。这个缓冲器的大小是可调的:可以是磁盘空间的12.5%, 25%, 37.5% 或 50%,每当其余磁盘空间变满的时候,缓冲器大小减半。
    </p>

    <h3>其他信息</h3>

    <p>MFT是以自身作参照的。</p>

    <p>
    MFT保留了一些空间作以后的扩充用。MFT的12-15记录标为在用,其实是空的。MFT的16-23记录标为未用,可是从来不用。
    </p>

    <p>
    在windows下,当系统运行时MFT不能缩短。 
    </p>

    <br>
    <a class="contact" href="http://linux-ntfs.sourceforge.net/ntfs/files/mft.html">Online</a>
    <a class="contact" href="http://www.reddragonfly.org/ntfs/files/mft.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: mft.html,v 1.10 2001/07/11 16:31:45 flatcap Exp $</a>
  </body>
</html>

⌨️ 快捷键说明

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