1volumelist(5) File Formats Manual volumelist(5)
2
3
4
6 volumelist - volumelist file specification
7
8
10 Every server keeps a list of volumes for which it is the custodian.
11 This list is in /vice/vol/VolumeList. Every time a volume is created,
12 an entry corresponding to that volume is made in this list. bld‐
13 vldb.sh(8) uses this list to generate the Volume Location Data Base
14 (VLDB).
15
16 The first few lines of this file contain information pertaining to the
17 disk partitions. These lines have the following format:
18
19 P<partition-name> H<hostname> T<total usable space on this partition>
20 F<free space on this partition>
21
22 There is one line entry for each volume on the server. Each line
23 begins with W, R or B depending on whether the volume is read-Write,
24 Readonly or Backup. The format is as follows:
25
26 R│W│B<volume-name> I<volume-id> H<server id> P<partition name> m<min
27 quota> M<max quota> U<disk space used> W<parent id> C<creation date>
28 D<copy date> B<backup date> A<volume usage>
29
31 /vice/vol/VolumeList
32
34 createvol (8), createvol_rep (8), volutil (8), bldvldb.sh (8)
35
37 Puneet Kumar, 1990, created
38
39 volumelist(5)