mount.8 (096d9150f6f9a4bde9572a41258db10e10b7d071) | mount.8 (2960733f48e6318aa6be3848fa7efa687feff7ed) |
---|---|
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. --- 14 unchanged lines hidden (view full) --- 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$ 30.\" | 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. --- 14 unchanged lines hidden (view full) --- 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$ 30.\" |
31.Dd January 25, 2011 | 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 38.Nm 39.Op Fl adflpruvw --- 163 unchanged lines hidden (view full) --- 203asynchronously. 204This is the default. 205.It Cm noatime 206Do not update the file access time when reading from a file. 207This option 208is useful on file systems where there are large numbers of files and 209performance is more critical than updating the file access time (which is 210rarely ever important). | 32.Dt MOUNT 8 33.Os 34.Sh NAME 35.Nm mount 36.Nd mount file systems 37.Sh SYNOPSIS 38.Nm 39.Op Fl adflpruvw --- 163 unchanged lines hidden (view full) --- 203asynchronously. 204This is the default. 205.It Cm noatime 206Do not update the file access time when reading from a file. 207This option 208is useful on file systems where there are large numbers of files and 209performance is more critical than updating the file access time (which is 210rarely ever important). |
211This option is not supported on network file systems when the 212server is FreeBSD. 213Support in network files servers on other operating systems 214with a FreeBSD client is possible, 215but should be tested before it is relied on. | 211This option is currently only supported on local file systems. |
216.It Cm noauto 217This file system should be skipped when 218.Nm 219is run with the 220.Fl a 221flag. 222.It Cm noclusterr 223Disable read clustering. --- 352 unchanged lines hidden --- | 212.It Cm noauto 213This file system should be skipped when 214.Nm 215is run with the 216.Fl a 217flag. 218.It Cm noclusterr 219Disable read clustering. --- 352 unchanged lines hidden --- |