Deleted Added
full compact
mount.8 (203757) mount.8 (208027)
1.\" Copyright (c) 1980, 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)mount.8 8.8 (Berkeley) 6/16/94
1.\" Copyright (c) 1980, 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)mount.8 8.8 (Berkeley) 6/16/94
29.\" $FreeBSD: head/sbin/mount/mount.8 203757 2010-02-10 16:18:28Z jh $
29.\" $FreeBSD: head/sbin/mount/mount.8 208027 2010-05-13 12:07:55Z uqs $
30.\"
31.Dd February 10, 2010
32.Dt MOUNT 8
33.Os
34.Sh NAME
35.Nm mount
36.Nd mount file systems
37.Sh SYNOPSIS

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

537.Xr mount_nwfs 8 ,
538.Xr mount_portalfs 8 ,
539.Xr mount_smbfs 8 ,
540.Xr mount_udf 8 ,
541.Xr mount_unionfs 8 ,
542.Xr umount 8 ,
543.Xr zfs 8 ,
544.Xr zpool 8
30.\"
31.Dd February 10, 2010
32.Dt MOUNT 8
33.Os
34.Sh NAME
35.Nm mount
36.Nd mount file systems
37.Sh SYNOPSIS

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

537.Xr mount_nwfs 8 ,
538.Xr mount_portalfs 8 ,
539.Xr mount_smbfs 8 ,
540.Xr mount_udf 8 ,
541.Xr mount_unionfs 8 ,
542.Xr umount 8 ,
543.Xr zfs 8 ,
544.Xr zpool 8
545.Sh HISTORY
546A
547.Nm
548utility appeared in
549.At v1 .
545.Sh CAVEATS
546After a successful
547.Nm ,
548the permissions on the original mount point determine if
549.Pa ..\&
550is accessible from the mounted file system.
551The minimum permissions for
552the mount point for traversal across the mount point in both

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

559commands.
560In particular,
561.Xr mountd 8
562gets a
563.Dv SIGHUP
564signal (that causes an update of the export list)
565only when the file system is mounted via
566.Nm .
550.Sh CAVEATS
551After a successful
552.Nm ,
553the permissions on the original mount point determine if
554.Pa ..\&
555is accessible from the mounted file system.
556The minimum permissions for
557the mount point for traversal across the mount point in both

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

564commands.
565In particular,
566.Xr mountd 8
567gets a
568.Dv SIGHUP
569signal (that causes an update of the export list)
570only when the file system is mounted via
571.Nm .
567.Sh HISTORY
568A
569.Nm
570utility appeared in
571.At v1 .
572.Sh BUGS
573It is possible for a corrupted file system to cause a crash.
572.Sh BUGS
573It is possible for a corrupted file system to cause a crash.