mount.8 (b8923d4cc02d00f2b5f3a265b1a9718e3d28dd46) | mount.8 (fa9471546de7b6c2f6ed5bcbe306cf52276b8c70) |
---|---|
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.7 (Berkeley) 3/27/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.7 (Berkeley) 3/27/94 |
33.\" $Id$ | 33.\" $Id: mount.8,v 1.10 1996/08/29 18:06:02 wosch Exp $ |
34.\" 35.Dd March 27, 1994 36.Dt MOUNT 8 37.Os BSD 4 38.Sh NAME 39.Nm mount 40.Nd mount file systems 41.Sh SYNOPSIS --- 67 unchanged lines hidden (view full) --- 109and should not be used unless you are prepared to recreate the file 110system should your system crash. 111.It force 112The same as 113.Fl f ; 114forces the revocation of write access when trying to downgrade 115a filesystem mount status from read-write to read-only. Also 116forces the R/W mount of an unclean filesystem (dangerous; use with caution). | 34.\" 35.Dd March 27, 1994 36.Dt MOUNT 8 37.Os BSD 4 38.Sh NAME 39.Nm mount 40.Nd mount file systems 41.Sh SYNOPSIS --- 67 unchanged lines hidden (view full) --- 109and should not be used unless you are prepared to recreate the file 110system should your system crash. 111.It force 112The same as 113.Fl f ; 114forces the revocation of write access when trying to downgrade 115a filesystem mount status from read-write to read-only. Also 116forces the R/W mount of an unclean filesystem (dangerous; use with caution). |
117.It noatime 118Do not update the file access time when reading from a file. This option 119is useful on filesystems where there are large numbers of files and 120performance is more critical than updating the file access time (which is 121rarely ever important). This option is currently only supported on local 122filesystems. |
|
117.It nodev 118Do not interpret character or block special devices on the file system. 119This option is useful for a server that has file systems containing 120special devices for architectures other than its own. 121.It noexec 122Do not allow execution of any binaries on the mounted file system. 123This option is useful for a server that has file systems containing 124binaries for architectures other than its own. --- 173 unchanged lines hidden --- | 123.It nodev 124Do not interpret character or block special devices on the file system. 125This option is useful for a server that has file systems containing 126special devices for architectures other than its own. 127.It noexec 128Do not allow execution of any binaries on the mounted file system. 129This option is useful for a server that has file systems containing 130binaries for architectures other than its own. --- 173 unchanged lines hidden --- |