Update NEWS for 1.8.0pre3
[pkg-k5-afs_openafs.git] / doc / man-pages / pod1 / fs_lsmount.pod
blob5dcabae8690ecd1f980e8c1fa8a6924ed2b5dcab
1 =head1 NAME
3 fs_lsmount - Reports the volume for which a directory is the mount point.
5 =head1 SYNOPSIS
7 =for html
8 <div class="synopsis">
10 B<fs lsmount> S<<< B<-dir> <I<directory>>+ >>> [B<-help>]
12 S<<< B<fs ls -d> <I<directory>>+ >>> [B<-h>]
14 =for html
15 </div>
17 =head1 DESCRIPTION
19 The B<fs lsmount> command reports the volume for which each specified
20 directory is a mount point, or indicates with an error message that a
21 directory is not a mount point or is not in AFS.
23 To create a mount point, use the B<fs mkmount> command. To remove one, use
24 the B<fs rmmount> command.
26 =head1 OPTIONS
28 =over 4
30 =item B<-dir> <I<directory>>+
32 Names the directory that serves as a mount point for a volume. The last
33 element in the pathname provided must be an actual name, not a shorthand
34 notation such as one or two periods (C<.> or C<..>).
36 =item B<-help>
38 Prints the online help for this command. All other valid options
39 are ignored.
41 =back
43 =head1 OUTPUT
45 If the specified directory is a mount point, the output is of the
46 following form:
48    '<directory>' is a mount point for volume '<volume name>'
50 where
52 =over 4
54 =item *
56 A number sign (C<#>) precedes the <volume name> string for a regular mount
57 point.
59 =item *
61 A percent sign (C<%>) precedes the <volume name> string for a read/write
62 mount point.
64 =item *
66 A cell name and colon (C<:>) follow the number or percent sign and precede
67 the <volume name> string for a cellular mount point.
69 =back
71 The B<fs mkmount> reference page explains how the Cache Manager interprets
72 each of the three types of mount points.
74 If the directory is a symbolic link to a mount point, the output is of the
75 form:
77    '<directory>' is a symbolic link, leading to a mount point for volume
78    '<volume name>'
80 If the directory is not a mount point or is not in AFS, the output reads:
82    '<directory>' is not a mount point.
84 If the output is garbled, it is possible that the mount point has become
85 corrupted in the local AFS client cache. Use the B<fs flushmount> command
86 to discard it, which forces the Cache Manager to refetch the mount point.
88 =head1 EXAMPLES
90 The following example shows the mount point for the home directory of user
91 C<smith>:
93    % fs lsmount /afs/example.com/usr/smith
94    '/afs/example.com/usr/smith' is a mount point for volume '#user.smith'
96 The following example shows both the regular and read/write mount points
97 for the Example Corporation cell's C<root.cell> volume.
99    % fs lsmount /afs/example.com
100    '/afs/example.com' is a mount point for volume '#root.cell'
102    % fs lsmount /afs/.example.com
103    '/afs/.example.com' is a mount point for volume '%root.cell'
105 The following example shows a cellular mount point: the Example Organization
106 cell's C<root.cell> volume as mounted in the Example Corporation cell's tree.
108    % fs lsmount /afs/example.org
109    '/afs/example.org' is a mount point for volume '#example.org:root.cell'
111 =head1 PRIVILEGE REQUIRED
113 The issuer must have the C<l> (lookup) permission on the ACL of the root
114 directory of the volume that houses the file or directory named by the
115 B<-dir> argument, and on the ACL of each directory that precedes it in the
116 pathname.
118 =head1 SEE ALSO
120 L<fs_flushmount(1)>,
121 L<fs_mkmount(1)>,
122 L<fs_rmmount(1)>
124 =head1 COPYRIGHT
126 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
128 This documentation is covered by the IBM Public License Version 1.0.  It was
129 converted from HTML to POD by software written by Chas Williams and Russ
130 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.