mount.8 (393f2dca362a4f32f852e95f84bb3bb4a40ea3b5) | mount.8 (54d31cfb278982ff8c2af97a13e40b1a3ebd838e) |
---|---|
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. --- 11 unchanged lines hidden (view full) --- 20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 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.\" | 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. --- 11 unchanged lines hidden (view full) --- 20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 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.Dd January 15, 2024 | 28.Dd January 24, 2024 |
29.Dt MOUNT 8 30.Os 31.Sh NAME 32.Nm mount 33.Nd mount file systems 34.Sh SYNOPSIS 35.Nm 36.Op Fl -libxo --- 113 unchanged lines hidden (view full) --- 150This is a 151.Em dangerous 152flag to set, since it does not guarantee that the file system structure 153on the disk will remain consistent. 154For this reason, the 155.Cm async 156flag should be used sparingly, and only when some data recovery 157mechanism is present. | 29.Dt MOUNT 8 30.Os 31.Sh NAME 32.Nm mount 33.Nd mount file systems 34.Sh SYNOPSIS 35.Nm 36.Op Fl -libxo --- 113 unchanged lines hidden (view full) --- 150This is a 151.Em dangerous 152flag to set, since it does not guarantee that the file system structure 153on the disk will remain consistent. 154For this reason, the 155.Cm async 156flag should be used sparingly, and only when some data recovery 157mechanism is present. |
158.It Cm atime 159Update the file access time when reading from a file. 160This is the default. |
|
158.It Cm automounted 159This flag indicates that the file system was mounted by 160.Xr automountd 8 . 161Automounted file systems are automatically unmounted by 162.Xr autounmountd 8 . 163.It Cm autoro 164Mount the file system read-write. 165If that fails with an error that suggests that the media could be read-only, --- 464 unchanged lines hidden --- | 161.It Cm automounted 162This flag indicates that the file system was mounted by 163.Xr automountd 8 . 164Automounted file systems are automatically unmounted by 165.Xr autounmountd 8 . 166.It Cm autoro 167Mount the file system read-write. 168If that fails with an error that suggests that the media could be read-only, --- 464 unchanged lines hidden --- |