Deleted Added
full compact
mount.8 (71916) mount.8 (77042)
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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)mount.8 8.8 (Berkeley) 6/16/94
33.\" $FreeBSD: head/sbin/mount/mount.8 71916 2001-02-02 03:08:48Z nik $
33.\" $FreeBSD: head/sbin/mount/mount.8 77042 2001-05-23 14:58:19Z ru $
34.\"
35.Dd June 16, 1994
36.Dt MOUNT 8
37.Os BSD 4
38.Sh NAME
39.Nm mount
40.Nd mount file systems
41.Sh SYNOPSIS

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

366.Sh SEE ALSO
367.Xr mount 2 ,
368.Xr vfsload 3 ,
369.Xr fstab 5 ,
370.Xr kldload 8 ,
371.Xr mount_cd9660 8 ,
372.Xr mount_devfs 8 ,
373.Xr mount_ext2fs 8 ,
34.\"
35.Dd June 16, 1994
36.Dt MOUNT 8
37.Os BSD 4
38.Sh NAME
39.Nm mount
40.Nd mount file systems
41.Sh SYNOPSIS

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

366.Sh SEE ALSO
367.Xr mount 2 ,
368.Xr vfsload 3 ,
369.Xr fstab 5 ,
370.Xr kldload 8 ,
371.Xr mount_cd9660 8 ,
372.Xr mount_devfs 8 ,
373.Xr mount_ext2fs 8 ,
374.Xr mount_fdesc 8 ,
374.Xr mount_fdescfs 8 ,
375.Xr mount_hpfs 8 ,
376.Xr mount_linprocfs 8 ,
377.Xr mount_mfs 8 ,
378.Xr mount_msdos 8 ,
379.Xr mount_nfs 8 ,
380.Xr mount_ntfs 8 ,
375.Xr mount_hpfs 8 ,
376.Xr mount_linprocfs 8 ,
377.Xr mount_mfs 8 ,
378.Xr mount_msdos 8 ,
379.Xr mount_nfs 8 ,
380.Xr mount_ntfs 8 ,
381.Xr mount_null 8 ,
381.Xr mount_nullfs 8 ,
382.Xr mount_nwfs 8 ,
382.Xr mount_nwfs 8 ,
383.Xr mount_portal 8 ,
383.Xr mount_portalfs 8 ,
384.Xr mount_procfs 8 ,
385.Xr mount_std 8 ,
384.Xr mount_procfs 8 ,
385.Xr mount_std 8 ,
386.Xr mount_umap 8 ,
387.Xr mount_union 8 ,
386.Xr mount_umapfs 8 ,
387.Xr mount_unionfs 8 ,
388.Xr umount 8
389.Sh BUGS
390It is possible for a corrupted file system to cause a crash.
391.Sh CAVEATS
392After a successful
393.Nm ,
394the permissions on the original mount point determine if
395.Pa ..\&
396is accessible from the mounted file system.
397The minimum permissions for
398the mount point for traversal across the mount point in both
399directions to be possible for all users is 0111 (execute for all).
400.Sh HISTORY
401A
402.Nm
403command appeared in
404.At v1 .
388.Xr umount 8
389.Sh BUGS
390It is possible for a corrupted file system to cause a crash.
391.Sh CAVEATS
392After a successful
393.Nm ,
394the permissions on the original mount point determine if
395.Pa ..\&
396is accessible from the mounted file system.
397The minimum permissions for
398the mount point for traversal across the mount point in both
399directions to be possible for all users is 0111 (execute for all).
400.Sh HISTORY
401A
402.Nm
403command appeared in
404.At v1 .