Deleted Added
full compact
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 162395 2006-09-18 11:55:10Z ru $
29.\" $FreeBSD: head/sbin/mount/mount.8 171023 2007-06-25 05:06:57Z rafan $
30.\"
31.Dd July 12, 2006
32.Dt MOUNT 8
33.Os
34.Sh NAME
35.Nm mount
36.Nd mount file systems
37.Sh SYNOPSIS

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

415.Cm nfs ,
416.Cm nfs4 ,
417.Cm ntfs ,
418.Cm nwfs ,
419.Cm nullfs ,
420.Cm portalfs ,
421.Cm smbfs ,
422.Cm udf ,
423.Cm umapfs ,
423and
424.Cm unionfs ,
425.Nm
426will not call
427.Xr nmount 2
428directly and will instead attempt to execute a program in
429.Pa /sbin/mount_ Ns Sy XXX
430where

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

507.Xr mount_nfs 8 ,
508.Xr mount_ntfs 8 ,
509.Xr mount_nullfs 8 ,
510.Xr mount_nwfs 8 ,
511.Xr mount_portalfs 8 ,
512.Xr mount_smbfs 8 ,
513.Xr mount_std 8 ,
514.Xr mount_udf 8 ,
516.Xr mount_umapfs 8 ,
515.Xr mount_unionfs 8 ,
516.Xr umount 8
517.Sh CAVEATS
518After a successful
519.Nm ,
520the permissions on the original mount point determine if
521.Pa ..\&
522is accessible from the mounted file system.
523The minimum permissions for
524the mount point for traversal across the mount point in both
525directions to be possible for all users is 0111 (execute for all).
526.Sh HISTORY
527A
528.Nm
529utility appeared in
530.At v1 .
531.Sh BUGS
532It is possible for a corrupted file system to cause a crash.