Deleted Added
full compact
rpc.umntall.8 (99968) rpc.umntall.8 (107788)
1.\"
2.\" Copyright (c) 1999 Martin Blapp
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 1999 Martin Blapp
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/usr.sbin/rpc.umntall/rpc.umntall.8 99968 2002-07-14 14:47:15Z charnier $
26.\" $FreeBSD: head/usr.sbin/rpc.umntall/rpc.umntall.8 107788 2002-12-12 17:26:04Z ru $
27.\"
28.Dd November 17, 1999
29.Dt RPC.UMNTALL 8
30.Os
31.Sh NAME
32.Nm rpc.umntall
27.\"
28.Dd November 17, 1999
29.Dt RPC.UMNTALL 8
30.Os
31.Sh NAME
32.Nm rpc.umntall
33.Nd notify NFS servers about unmounted NFS filesystems
33.Nd notify NFS servers about unmounted NFS file systems
34.Sh SYNOPSIS
35.Nm
36.Op Fl e Ar expire
37.Op Fl h Ar host
38.Op Fl k
39.Op Fl p Ar remotepath
40.Op Fl v
41.Sh DESCRIPTION

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

83This may be the case
84for DNS changes or long out of service periods.
85Default expire time
86is 86400 seconds (one day).
87.It Fl h Ar host
88Only remove the specific hostname.
89Send a UMNTALL RPC to the NFS server.
90.It Fl k
34.Sh SYNOPSIS
35.Nm
36.Op Fl e Ar expire
37.Op Fl h Ar host
38.Op Fl k
39.Op Fl p Ar remotepath
40.Op Fl v
41.Sh DESCRIPTION

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

83This may be the case
84for DNS changes or long out of service periods.
85Default expire time
86is 86400 seconds (one day).
87.It Fl h Ar host
88Only remove the specific hostname.
89Send a UMNTALL RPC to the NFS server.
90.It Fl k
91Keep entries for existing NFS filesystems.
92Compare the NFS filesystems from
91Keep entries for existing NFS file systems.
92Compare the NFS file systems from
93the mounttab against the kernel mountlist and do not send the RPC to
94existing mount entries.
95Useful during startup of the system.
96It may be
93the mounttab against the kernel mountlist and do not send the RPC to
94existing mount entries.
95Useful during startup of the system.
96It may be
97possible that there are already mounted NFS filesystems, so calling
97possible that there are already mounted NFS file systems, so calling
98RPC UMOUNT isn't a good idea.
99This is the case if the user has rebooted
100to 'single user mode' and starts up the system again.
101.It Fl p Ar path
102Only remove the specific mount-path.
103Send a UMOUNT RPC to the NFS server.
104This option implies the
105.Fl host
106option.
107.It Fl v
108Verbose, additional information is printed for each processed mounttab
109entry.
110.El
111.Sh FILES
112.Bl -tag -width /var/db/mounttab -compact
113.It Pa /var/db/mounttab
98RPC UMOUNT isn't a good idea.
99This is the case if the user has rebooted
100to 'single user mode' and starts up the system again.
101.It Fl p Ar path
102Only remove the specific mount-path.
103Send a UMOUNT RPC to the NFS server.
104This option implies the
105.Fl host
106option.
107.It Fl v
108Verbose, additional information is printed for each processed mounttab
109entry.
110.El
111.Sh FILES
112.Bl -tag -width /var/db/mounttab -compact
113.It Pa /var/db/mounttab
114mounted nfs-filesystems
114mounted nfs-file systems
115.El
116.Sh HISTORY
117The
118.Nm
119utility first appeared in
120.Fx 4.0 .
121.Sh SEE ALSO
122.Xr mountd 8 ,
123.Xr mount_nfs 8 ,
124.Xr umount 8
125.Sh AUTHORS
126.An Martin Blapp Aq mb@imp.ch
115.El
116.Sh HISTORY
117The
118.Nm
119utility first appeared in
120.Fx 4.0 .
121.Sh SEE ALSO
122.Xr mountd 8 ,
123.Xr mount_nfs 8 ,
124.Xr umount 8
125.Sh AUTHORS
126.An Martin Blapp Aq mb@imp.ch