]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/amd/fixmount/fixmount.8
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / amd / fixmount / fixmount.8
1 .\"
2 .\" Copyright (c) 1997-2006 Erez Zadok
3 .\" Copyright (c) 1990 Jan-Simon Pendry
4 .\" Copyright (c) 1990 Imperial College of Science, Technology & Medicine
5 .\" Copyright (c) 1990 The Regents of the University of California.
6 .\" All rights reserved.
7 .\"
8 .\" This code is derived from software contributed to Berkeley by
9 .\" Jan-Simon Pendry at Imperial College, London.
10 .\"
11 .\" Redistribution and use in source and binary forms, with or without
12 .\" modification, are permitted provided that the following conditions
13 .\" are met:
14 .\" 1. Redistributions of source code must retain the above copyright
15 .\"    notice, this list of conditions and the following disclaimer.
16 .\" 2. Redistributions in binary form must reproduce the above copyright
17 .\"    notice, this list of conditions and the following disclaimer in the
18 .\"    documentation and/or other materials provided with the distribution.
19 .\" 3. All advertising materials mentioning features or use of this software
20 .\"    must display the following acknowledgment:
21 .\"      This product includes software developed by the University of
22 .\"      California, Berkeley and its contributors.
23 .\" 4. Neither the name of the University nor the names of its contributors
24 .\"    may be used to endorse or promote products derived from this software
25 .\"    without specific prior written permission.
26 .\"
27 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
28 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
31 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
33 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37 .\" SUCH DAMAGE.
38 .\"
39 .\"     %W% (Berkeley) %G%
40 .\"
41 .\" $Id: fixmount.8,v 1.12.2.1 2006/01/02 18:48:25 ezk Exp $
42 .\" $FreeBSD$
43 .\"
44 .Dd January 2, 2006
45 .Dt FIXMOUNT 8
46 .Os
47 .Sh NAME
48 .Nm fixmount
49 .Nd fix remote mount entries
50 .Sh SYNOPSIS
51 .Nm
52 .Op Fl adervq
53 .Op Fl h Ar name
54 .Ar host ...
55 .Sh DESCRIPTION
56 The
57 .Nm
58 utility
59 is a variant of
60 .Xr showmount 8
61 that can delete bogus mount entries in remote
62 .Xr mountd 8
63 daemons.
64 The actions specified by the options are performed for each
65 .Ar host
66 in turn.
67 .Sh OPTIONS
68 .Bl -tag -width indent
69 .It Fl a , d , e
70 These options work as in
71 .Xr showmount 8
72 except that only entries pertaining to the local host are printed.
73 .It Fl r
74 Removes those remote mount entries on
75 .Ar host
76 that do not correspond to current mounts, i.e., which are left-over
77 from a crash or are the result of improper mount protocol.
78 The actuality of mounts is verified using the entries in
79 .Pa /etc/mtab .
80 .It Fl v
81 Verify remote mounts.
82 Similar to
83 .Fl r
84 except that only a notification message is printed for each bogus entry
85 found.
86 The remote mount table is not changed.
87 .It Fl A
88 Issues a command to the remote mountd declaring that
89 .Em all
90 of its file systems have been unmounted.
91 This should be used with caution, as it removes all
92 remote mount entries pertaining to the local system, whether or not any
93 file systems are still mounted locally.
94 .It Fl q
95 Be quiet.
96 Suppresses error messages due to timeouts and
97 .Dq Li "Program not registered" ,
98 i.e., due to remote hosts not supporting RPC or not running
99 .Xr mountd 8 .
100 .It Fl h Ar name
101 Pretend the local hostname is
102 .Ar name .
103 This is useful after the local hostname has been changed and rmtab entries
104 using the old name remain on a remote machine.
105 Unfortunately, most mountd's will not be able to successfully handle removal
106 of such entries, so this option is useful in combination with
107 .Fl v
108 only.
109 .Pp
110 This option also saves time as comparisons of remotely recorded and local
111 hostnames by address are avoided.
112 .El
113 .Sh FILES
114 .Bl -tag -width ".Pa /etc/rmtab"
115 .It Pa /etc/mtab
116 List of current mounts.
117 .It Pa /etc/rmtab
118 Backup file for remote mount entries on
119 .Tn NFS
120 server.
121 .El
122 .Sh SEE ALSO
123 .Xr mtab 5 ,
124 .Xr rmtab 5 ,
125 .Xr mountd 8 ,
126 .Xr showmount 8
127 .Pp
128 .Dq am-utils
129 .Xr info 1
130 entry.
131 .Rs
132 .%A Erez Zadok
133 .%B "Linux NFS and Automounter Administration"
134 .%O ISBN 0-7821-2739-8
135 .%I Sybex
136 .%D 2001
137 .Re
138 .Pp
139 .Pa http://www.am-utils.org/
140 .Rs
141 .%T Amd \- The 4.4 BSD Automounter
142 .Re
143 .Sh HISTORY
144 The
145 .Nm
146 utility appeared in
147 .Fx 3.0 .
148 .Sh AUTHORS
149 .An Jan-Simon Pendry Aq jsp@doc.ic.ac.uk ,
150 Department of Computing, Imperial College, London, UK.
151 .Pp
152 .An Erez Zadok Aq ezk@cs.columbia.edu ,
153 Department of Computer Science, Columbia University, New York, USA.
154 .Pp
155 .An Other authors and contributors to
156 .Nm am-utils
157 are listed in the
158 .Pa AUTHORS
159 file distributed with
160 .Nm am-utils .
161 .Sh AUTHORS
162 .An Andreas Stolcke Aq stolcke@icsi.berkeley.edu
163 .Pp
164 .An Erez Zadok Aq ezk@cs.sunysb.edu ,
165 Computer Science Department, Stony Brook University, Stony Brook, New York, USA.
166 .Pp
167 Other authors and contributors to am-utils are listed in the
168 .Pa AUTHORS
169 file distributed with am-utils.
170 .Sh BUGS
171 No attempt is made to verify the information in
172 .Pa /etc/mtab
173 itself.
174 .Pp
175 Since swap file mounts are not recorded in
176 .Pa /etc/mtab ,
177 a heuristic specific to SunOS is used to determine whether such a mount
178 is actual (replacing the string
179 .Dq Li swap
180 with
181 .Dq Li root
182 and verifying the resulting path).
183 .Pp
184 Symbolic links on the server will cause the path in the remote entry to differ
185 from the one in
186 .Pa /etc/mtab .
187 To catch those cases, a file system is also deemed mounted if its
188 .Em local
189 mount point is identical to the remote entry.
190 I.e., on a SunOS diskless client,
191 .Pa server:/export/share/sunos.4.1.1
192 is actually
193 .Pa /usr/share .
194 Since the local mount point is
195 .Pa /usr/share
196 as well this will be handled correctly.
197 .Pp
198 There is no way to clear a stale entry in a remote
199 .Xr mountd 8
200 after the
201 local hostname (or whatever reverse name resolution returns for it)
202 has been changed.
203 To take care of these cases,
204 the remote
205 .Pa /etc/rmtab
206 file has to be edited and
207 .Xr mountd 8
208 restarted.
209 .Pp
210 The RPC timeouts for
211 .Xr mountd 8
212 calls can only be changed by recompiling.
213 The defaults are 2 seconds for client handle creation and 5 seconds for
214 RPC calls.