=head1 NAME
volscan - Produces detailed information about AFS volumes
=head1 SYNOPSIS
=for html
B
[B<-checkout>]
S<<< [B<-partition> >] >>>
S<<< [B<-volumeid> >] >>>
S<<< [B<-type> >+] >>>
S<<< [B<-find> >+] >>>
S<<< [B<-output> >+] >>>
S<<< [B<-delim> >] >>>
[B<-noheading>]
[B<-ignore-magic>]
[B<-help>]
=for html
=head1 DESCRIPTION
The B command displays volume meta-data stored on AFS file servers. The
output is intended for debugging purposes and is meaningful to someone familiar
with the internal structure of AFS volumes. The B command must be
issued directly on a file server machine as the root superuser. The B
command does not modify volume information.
The B command will produce output for all the volumes on the file
server by default. To display output for the volumes in one partition only,
include the B<-partition> argument. To display output for one volume only,
include the B<-partition> and B<-volumeid> arguments.
The B command will produce output for read-write, read-only, and
backup volumes by default. To limit the output to particular types of volumes,
include the B<-type> argument with one or more volume types (C, C,
C).
The B command will produce output for each type of vnode object found
in the volumes scanned. The command will output information for files,
directories, AFS mount points, and symbolic links by default. The B
command can output access control lists (ACLs) for directory vnode objects
scanned. To limit the output to particular types of vnode objects, or to
output access control lists (ACLs), include the B<-find> argument with one or
more object types (C, C, C, C, C).
The output of the B command is tabular. The output consists of an
optional heading line, followed by zero or more lines of delimiter separated
values. By default, the output values are the file server hostname (C),
the object type (C), the vnode FID (C), the vnode data version
(C), and the directory path (C). The directory path is relative to
the root directory of the volume. When C is included as an argument to
C<-find>, the default output values also include the user/group id (C) and
the access rights (C). To specify different output values, include the
C<-output> argument with one or more column names. See L