man5-editing-pass-20051213
[openafs.git] / doc / man-pages / pod5 / afs_volume_header.pod
1 =head1 NAME
2
3 afs_volume_header - Represents an AFS volume
4
5 =head1 DESCRIPTION
6
7 The F<VI<vol_ID>.vol> file is the header file for the AFS volume with
8 volume ID I<vol_ID>. There is one such file for each volume stored on an
9 AFS server (F</vicep>) partition. The header file stores information that
10 includes the volume's name, ID number, type (read/write, read-only, or
11 backup), size and status (online, offline, or busy). To display
12 information from the header file, use the B<vos listvol> or B<vos examine>
13 command.
14
15 The header file points to, but does not contain, the actual data in the
16 volume. It is not possible to access the AFS data except by mounting the
17 volume in the AFS filespace and reading its contents through the Cache
18 Manager.
19
20 =head1 COPYRIGHT
21
22 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
23
24 This documentation is covered by the IBM Public License Version 1.0.  It was
25 converted from HTML to POD by software written by Chas Williams and Russ
26 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.