attr.html
来自「NTFS(NT文件系统) for Linux的一个实现源码」· HTML 代码 · 共 56 行
HTML
56 行
<title>Attribute List</title>The layout of an attribute is<pre>offset(length) Description0(4) Type4(2) Length8(1) 0=resident, 1=data stored in runs9(1) name lengthA(2) offset to name or resident dataC(2) 1=compressedE(2) Attribute IDResident attributes:10(4) data length14(2) offset to data16(2) attribute is indexedNonresident attributes:10(8) starting VCN of this segment18(8) last VCN of this segment20(2) offset to data22(2?) Number of compression engine ? '4' for compressed files28(8) allocated disk space30(8) size of the attribute38(8) length of initialized data40(8) compressed sizeAll:data start Name (if present)data start + namelen start of data or data runs</pre>The following attribute types are known. The list of attributes of a volumeis stored in the <a href="AttrDef.html">$Attribute</a> file.<ul><li><a href="standard.html">Standard information</a> (10)<li><a href="attrlist.html">Attribute list</a> (20)<li><a href="filename.html">File name</a> (30)<li>Volume version (40)<li>Security descriptor (50)<li>Volume name (60)<li>Volume information (70)<li><a href="data.html">Data</a> (80)<li><a href="indexroot.html">Index root</a> (90)<li><a href="indexallocation.html">Index Allocation</a> (A0)<li><a href=abitmap.html>Bitmap</a> (B0)<li>Symlink (C0)<li>HPFS extended attributes information (D0)<li>HPFS extended attributes (E0)</ul><i>The data structure of the attributes 20,40,50,60,70,B0,C0,D0, and E0 is unknown.The purpose of the indexed flag is unknown, as well as its presence fornon-resident attributes.</i><p>For nonresident attributes, the data is stored in <a href=runs.html>runs</a>.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?