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

« back to all changes in this revision

Viewing changes to attributes/volume_name.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/attributes/volume_name.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>$VOLUME_NAME (0x60) - Attribute - 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>Attribute - $VOLUME_NAME (0x60)</h1>
 
31
    <a class="prevnext" accesskey="," href="security_descriptor.html">Previous</a>
 
32
    <a class="prevnext" accesskey="." href="volume_information.html">Next</a>
 
33
 
 
34
    <h2>Overview</h2>
 
35
 
 
36
    <p>
 
37
    This attribute simply contains the name of the volume.
 
38
    </p>
 
39
 
 
40
    <p>
 
41
    As defined in <a href="../files/attrdef.html">$AttrDef</a>, this attribute
 
42
    has a minimum size of 2 bytes and a maximum of 256 bytes.
 
43
    This equates to a maximum volume name length of 127 Unicode characters.
 
44
    </p>
 
45
 
 
46
    <h2>Layout of the Attribute</h2>
 
47
 
 
48
    <table border="1" summary="" cellspacing="0">
 
49
      <tr>
 
50
        <th class="numeric">Offset</th>
 
51
        <th class="numeric">Size</th>
 
52
        <th>Description</th>
 
53
      </tr>
 
54
      <tr>
 
55
        <td class="numeric">~</td>
 
56
        <td class="numeric">~</td>
 
57
        <td><a href="../concepts/attribute_header.html">Standard Attribute Header</a></td>
 
58
      </tr>
 
59
      <tr>
 
60
        <td class="numeric">0x00</td>
 
61
        <td class="numeric">&nbsp;</td>
 
62
        <td>Unicode name</td>
 
63
      </tr>
 
64
    </table>
 
65
 
 
66
    <h2>Notes</h2>
 
67
 
 
68
    <p>
 
69
    The Volume Name is <b>not</b> terminated with a Unicode NULL.
 
70
    Its name's length is the size of the attribute as stored in the header.
 
71
    </p>
 
72
 
 
73
    <p>
 
74
    A Volume's Serial Number is stored in <a href="../files/boot.html">$Boot</a>.
 
75
    </p>
 
76
 
 
77
    <br>
 
78
    <a class="contact" href="http://linux-ntfs.sourceforge.net/ntfs/attributes/volume_name.html">Online</a>
 
79
    <!-- The two validators will only work if this page is visible on the web -->
 
80
    <a class="contact" href="http://validator.w3.org/check/referer">Validate HTML</a>
 
81
    <a class="contact" href="http://jigsaw.w3.org/css-validator/check/referer">Validate CSS</a>
 
82
    <a class="contact" href="mailto:webmaster@flatcap.org">$Id: volume_name.html,v 1.9 2001/07/11 11:04:05 flatcap Exp $</a>
 
83
  </body>
 
84
</html>
 
85