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

📄 clusters.html

📁 这是NTFS文件0.5版本技术文件
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><!-- http://linux-ntfs.sourceforge.net/ntfs/concepts/clusters.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>Clusters - Concept - NTFS Documentation</title>  </head>  <body>    <table border="0" class="toolbar" summary="" cellspacing="0">      <tr>        <td class="toolbar"><a accesskey="1" class="toolbar" href="../index.html">Home</a></td>        <td class="toolbar">&nbsp;</td>        <td class="toolbar"><a accesskey="2" class="toolbar" href="../files/index.html">Files</a></td>        <td class="toolbar">&nbsp;</td>        <td class="toolbar"><a accesskey="3" class="toolbar" href="../attributes/index.html">Attributes</a></td>        <td class="toolbar">&nbsp;</td>        <td class="toolbar"><a accesskey="4" class="toolbar" href="../concepts/index.html">Concepts</a></td>        <td class="toolbar">&nbsp;</td>        <td class="toolbar"><a accesskey="5" class="toolbar" href="../help/glossary.html">Glossary</a></td>        <td class="toolbar">&nbsp;</td>        <td class="toolbar"><a accesskey="6" class="toolbar" href="../help/index.html">Help</a></td>      </tr>    </table>    <h1>Concept - Clusters</h1>    <a class="prevnext" accesskey="," href="attribute_id.html">Previous</a>    <a class="prevnext" accesskey="." href="collation.html">Next</a>    <h2>Overview</h2>    <p>    In NTFS, the Cluster is the fundamental unit of disk usage.    The number of sectors that make up a cluster is always a power of 2,    and the number is fixed when the volume is formatted.    This number is called the Cluster Factor and is usually    quoted in bytes, e.g. 8KB, 2KB.    NTFS addresses everything by its Logical Cluster Number.    </p>    <h3>Logical Cluster Number (LCN)</h3>    <p>    Each cluster in a volume is given a sequential number.    This is its Logical Cluster Number.  LCN 0 (zero) refers    to the first cluster in the volume (the boot sector).    </p>    <p>    To convert from an LCN to a physical offset in the volume,    multiply the LCN by the Cluster Size.    </p>    <h3>Virtual Cluster Number (VCN)</h3>    <p>    Each cluster of a non-resident stream is given a sequential    number.  This is its Virtual Cluster Number.  VCN 0 (zero)    refers to the first cluster of the stream.    </p>    <p>    To locate the stream on disk, it's necessary to convert    from a VCN to an LCN.  This is done with the help of data    runs.    </p>    <h3>Data Runs</h3>    <p>    Each contiguous block of LCNs is given a Data Run, which contains a    VCN, an LCN and a length.  When NTFS needs to  to find an object on    disk, it looks up the VCN in the Data Runs to get the LCN.    </p>    <h2>Notes</h2>        <h3>Other information</h3>    <p>    The Cluster Size can be chosen when the volume is formatted.    </p>    <p>    The Cluster Size for a volume is stored in $Boot.    Also defined there is the size, in clusters, of an    MFT File Record and an Index Record.    </p>    <p>    By using Cluster Numbers, NTFS can address larger disks    than if sectors numbers were used.    </p>    <p>    A list of allowed and default cluster sizes is shown below.    </p>        <dl>      <dt>Windows NT</dt>      <dd>512&nbsp;bytes, 1KB, 2KB or 4KB</dd>      <dt>Windows 2000, Windows XP</dt>      <dd>512&nbsp;bytes, 1KB, 2KB, 4KB, 8KB, 16KB, 32KB or 64KB</dd>    </dl>    <table border="1" summary="" cellspacing="0">      <tr>        <th class="numeric">Volume Size</th>        <th class="numeric">Default Cluster Size</th>      </tr>      <tr>        <td class="numeric">&lt;&nbsp;512MB</td>        <td class="numeric">Sector size</td>      </tr>      <tr>        <td class="numeric">&lt;&nbsp;1GB</td>        <td class="numeric">1KB</td>      </tr>      <tr>        <td class="numeric">&lt;&nbsp;2GB</td>        <td class="numeric">2KB</td>      </tr>      <tr>        <td class="numeric">&gt;&nbsp;2GB</td>        <td class="numeric">4GB</td>      </tr>    </table>    <h3>Questions</h3>    <p>    Why does NTFS use Virtual Cluster Numbers?    </p>    <br>    <a class="contact" href="http://linux-ntfs.sourceforge.net/ntfs/concepts/clusters.html">Online</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: clusters.html,v 1.6 2001/07/11 11:04:05 flatcap Exp $</a>  </body></html>

⌨️ 快捷键说明

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