1volmunge(8) System Manager's Manual volmunge(8)
2
3
4
6 volmunge - manipulates objects within Coda
7
8
10 volmunge <-adfmov> dir
11
12
13 -a Prints out everything but does not cross volume boundaries.
14
15 -d Prints out UNIX directories, but not volume mount points.
16
17 -f Prints out all objects which are not volume mount points (eg
18 UNIX files and UNIX directories); this preforms a stat() call on
19 all non-volume objects which is ideal for forcing resolution on
20 a volume.
21
22 -m Prints out those objects which are volume mount points.
23
24 -o Prints out those objects which are UNIX files and preforms an
25 open() call on the file.
26
27 -v Prints out the volume name of a volume's mount point.
28
30 volmunge: is ideal for identifying Coda objects versus regular UNIX
31 files (including UNIX directories) stored within the Coda filesystem.
32 It will work recursively.
33
34 Because the, -f and -o, call the stat(), and open() functions respec‐
35 tively, resolution many be forced with volmunge if one is reconstitut‐
36 ing a replicated Coda volume or group of volumes mounted on top of each
37 other.
38
40 find (1), perl (1)
41
43 Henry M. Pierce, 1998, created
44
45 volmunge(8)