Deleted Added
full compact
fixmount.8 (71899) fixmount.8 (107788)
1.\"
2.\" Copyright (c) 1997-1999 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

--- 25 unchanged lines hidden (view full) ---

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.2 1999/01/10 21:54:26 ezk Exp $
1.\"
2.\" Copyright (c) 1997-1999 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

--- 25 unchanged lines hidden (view full) ---

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.2 1999/01/10 21:54:26 ezk Exp $
42.\" $FreeBSD: head/contrib/amd/fixmount/fixmount.8 71899 2001-02-01 17:12:45Z ru $
42.\" $FreeBSD: head/contrib/amd/fixmount/fixmount.8 107788 2002-12-12 17:26:04Z ru $
43.\"
44.Dd February 26, 1993
45.Dt FIXMOUNT 8
46.Os
47.Sh NAME
48.Nm fixmount
49.Nd fix remote mount entries
50.Sh SYNOPSIS

--- 27 unchanged lines hidden (view full) ---

78.It Fl v
79Verify remote mounts. Similar to
80.Fl r
81except that only a notification message is printed for each bogus entry
82found. The remote mount table is not changed.
83.It Fl A
84Issues a command to the remote mountd declaring that
85.Em all
43.\"
44.Dd February 26, 1993
45.Dt FIXMOUNT 8
46.Os
47.Sh NAME
48.Nm fixmount
49.Nd fix remote mount entries
50.Sh SYNOPSIS

--- 27 unchanged lines hidden (view full) ---

78.It Fl v
79Verify remote mounts. Similar to
80.Fl r
81except that only a notification message is printed for each bogus entry
82found. The remote mount table is not changed.
83.It Fl A
84Issues a command to the remote mountd declaring that
85.Em all
86of its filesystems have been unmounted. This should be used with caution, as
86of its file systems have been unmounted. This should be used with caution, as
87it removes all remote mount entries pertaining to the local system, whether or
87it removes all remote mount entries pertaining to the local system, whether or
88not any filesystems are still mounted locally.
88not any file systems are still mounted locally.
89.It Fl v
90Be quiet. Suppresses error messages due to timeouts and
91.Dq Program not Registered ,
92i.e., due to remote hosts not supporting RPC or not running
93.Nm mountd .
94.It Fl h Ar name
95Pretend the local hostname is
96.Ar name .

--- 33 unchanged lines hidden (view full) ---

130.Ql swap
131with
132.Ql root
133and verifying the resulting path).
134.Pp
135Symbolic links on the server will cause the path in the remote entry to differ
136from the one in
137.Pa /etc/mtab .
89.It Fl v
90Be quiet. Suppresses error messages due to timeouts and
91.Dq Program not Registered ,
92i.e., due to remote hosts not supporting RPC or not running
93.Nm mountd .
94.It Fl h Ar name
95Pretend the local hostname is
96.Ar name .

--- 33 unchanged lines hidden (view full) ---

130.Ql swap
131with
132.Ql root
133and verifying the resulting path).
134.Pp
135Symbolic links on the server will cause the path in the remote entry to differ
136from the one in
137.Pa /etc/mtab .
138To catch those cases, a filesystem is also deemed mounted if its
138To catch those cases, a file system is also deemed mounted if its
139.Em local
140mount point is identical to the remote entry.
141I.e., on a SunOS diskless client,
142.Pa server:/export/share/sunos.4.1.1
143is actually
144.Pa /usr/share .
145Since the local mount point is
146.Pa /usr/share

--- 34 unchanged lines hidden ---
139.Em local
140mount point is identical to the remote entry.
141I.e., on a SunOS diskless client,
142.Pa server:/export/share/sunos.4.1.1
143is actually
144.Pa /usr/share .
145Since the local mount point is
146.Pa /usr/share

--- 34 unchanged lines hidden ---