~ubuntu-branches/ubuntu/gutsy/ntfsdoc/gutsy

« back to all changes in this revision

Viewing changes to concepts/attribute_id.html

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2002-01-12 03:35:17 UTC
  • Revision ID: james.westby@ubuntu.com-20020112033517-tspnkaz5z9o0y6b2
Tags: upstream-0.4
Import upstream version 0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<!-- http://linux-ntfs.sourceforge.net/ntfs/concepts/attribute_id.html -->
 
3
 
 
4
<html lang="en">
 
5
  <head>
 
6
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 
7
    <meta name="description" content="NTFS Documentation">
 
8
    <link rel="stylesheet" type="text/css" href="../style/ntfsdoc.css">
 
9
    <link rel="start" type="text/html" href="../index.html" title="NTFS Documentation">
 
10
    <title>Attribute - Concept - NTFS Documentation</title>
 
11
  </head>
 
12
 
 
13
  <body>
 
14
    <table border="0" class="toolbar" summary="" cellspacing="0">
 
15
      <tr>
 
16
        <td class="toolbar"><a accesskey="1" class="toolbar" href="../index.html">Home</a></td>
 
17
        <td class="toolbar">&nbsp;</td>
 
18
        <td class="toolbar"><a accesskey="2" class="toolbar" href="../files/index.html">Files</a></td>
 
19
        <td class="toolbar">&nbsp;</td>
 
20
        <td class="toolbar"><a accesskey="3" class="toolbar" href="../attributes/index.html">Attributes</a></td>
 
21
        <td class="toolbar">&nbsp;</td>
 
22
        <td class="toolbar"><a accesskey="4" class="toolbar" href="../concepts/index.html">Concepts</a></td>
 
23
        <td class="toolbar">&nbsp;</td>
 
24
        <td class="toolbar"><a accesskey="5" class="toolbar" href="../help/glossary.html">Glossary</a></td>
 
25
        <td class="toolbar">&nbsp;</td>
 
26
        <td class="toolbar"><a accesskey="6" class="toolbar" href="../help/index.html">Help</a></td>
 
27
      </tr>
 
28
    </table>
 
29
 
 
30
    <h1>Concept - Attribute Id</h1>
 
31
    <a class="prevnext" accesskey="," href="attribute_header.html">Previous</a>
 
32
    <a class="prevnext" accesskey="." href="clusters.html">Next</a>
 
33
 
 
34
    <h2>Overview</h2>
 
35
 
 
36
    <p>
 
37
    Every <a href="../attributes/index.html">Attribute</a> in every
 
38
    <a href="file_record.html">FILE Record</a> has an Attribute Id.
 
39
    This Id is unique within the <a href="file_record.html">FILE Record</a>
 
40
    and is used to maintain data integrity.
 
41
    </p>
 
42
 
 
43
    link to file record
 
44
 
 
45
    a field of the FILE Record
 
46
 
 
47
    each attribute has an id
 
48
 
 
49
    reused when 
 
50
    zero skipped
 
51
 
 
52
    <dl>
 
53
    <dt>Next Attribute Id</dt>
 
54
    <dd>
 
55
    The Attribute Id that will be assigned to the next Attribute added to this
 
56
    MFT Record.
 
57
    </dd>
 
58
    <dd>N.B. Incremented each time it is used.</dd>
 
59
    <dd>N.B. Every time the MFT Record is reused this Id is set to zero.</dd>
 
60
    <dd>N.B. The first instance number is always 0.</dd>
 
61
    </dl>
 
62
 
 
63
    <br>
 
64
    <a class="contact" href="http://linux-ntfs.sourceforge.net/ntfs/concepts/attribute_id.html">Online</a>
 
65
    <!-- The two validators will only work if this page is visible on the web -->
 
66
    <a class="contact" href="http://validator.w3.org/check/referer">Validate HTML</a>
 
67
    <a class="contact" href="http://jigsaw.w3.org/css-validator/check/referer">Validate CSS</a>
 
68
    <a class="contact" href="mailto:webmaster@flatcap.org">$Id: attribute_id.html,v 1.7 2001/07/11 11:04:05 flatcap Exp $</a>
 
69
  </body>
 
70
</html>
 
71