📄 object_id.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//ZH_CN">
<!-- http://linux-ntfs.sourceforge.net/ntfs/attributes/index_allocation.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>$OBJECT_ID (0x40) - Attribute - 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>属性 - $OBJECT_ID (0x40)</h1>
<a class="prevnext" accesskey="," href="file_name.html">前一页</a>
<a class="prevnext" accesskey="." href="security_descriptor.html">后一页</a>
<h2>概述</h2>
<p class="check">
WINDOWS2000引入了对象标识符。每个MFT记录分配了一个独立的GUID。
一个记录可能有一个出生卷标识符,一个出生对象标识符和一个领域标识符,所有这些都是GUID。 </p>
<p>
就像在<a href="../files/attrdef.html">$AttrDef</a>中定义的,此属性无下限但上限为256字节。
</p>
<h2>属性结构</h2>
<table border="1" summary="" cellspacing="0">
<tr>
<th class="numeric">偏移量</th>
<th class="numeric">大小</th>
<th>名称</th>
<th>描述</th>
</tr>
<tr>
<td class="numeric">~</td>
<td class="numeric">~</td>
<td><a href="../concepts/attribute_header.html">标准属性标题</a></td>
<td> </td>
</tr>
<tr>
<td class="numeric">0x00</td>
<td class="numeric">16</td>
<td>GUID 对象标识符</td>
<td>分配给文件的唯一标识符</td>
</tr>
<tr>
<td class="numeric">0x10</td>
<td class="numeric">16</td>
<td>GUID 出生卷标识符</td>
<td>创建文件所在的卷</td>
</tr>
<tr>
<td class="numeric">0x20</td>
<td class="numeric">16</td>
<td>GUID 出生对象标识符</td>
<td>文件的初始对象标识符</td>
</tr>
<tr>
<td class="numeric">0x30</td>
<td class="numeric">16</td>
<td>GUID 领域标识符</td>
<td>创建对象所在的领域</td>
</tr>
</table>
<h3>出生卷标识符</h3>
<p>
出生卷标识符是对象标识符所分配的卷的对象标识符。它从不改变。
</p>
<h3>出生对象标识符</h3>
<p>
出生对象标识符是曾经分配到MFT记录的第一个对象标识符。如果由于
某种原因对象标识符被改变,此域会反映出对象标识符的初始值。 </p>
<h3>域标识符</h3>
<p class="check">
域标识符现在不常用但倾向于在网络环境中应用,在那里当地机构是WINDOWS2000域的一部分。
可能应用于WINDOWS2000高级服务器控制域。
</p>
<h2>注意</h2>
<h3>其它信息</h3>
<p>
此属性可能只有16字节长(GUID的大小)。</p>
<p>
即使未使用出生卷,出生对象和域标识符,它们可能也会存在,但可能有至少一个为零。</p>
<p class="check">
未发现应用全部域的情况。</p>
<br>
<a class="contact" href="http://linux-ntfs.sourceforge.net/ntfs/attributes/object_id.html">Online</a>
<a class="contact" href="http://www.reddragonfly.org/ntfs/attributes/object_id.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: object_id.html,v 1.10 2001/07/11 11:04:05 flatcap Exp $</a>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -