aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount/mount.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount/mount.8')
-rw-r--r--sbin/mount/mount.829
1 files changed, 22 insertions, 7 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 2a877c04c079..e8e604ba4088 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -25,10 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)mount.8 8.8 (Berkeley) 6/16/94
-.\" $FreeBSD$
-.\"
-.Dd March 17, 2022
+.Dd January 24, 2024
.Dt MOUNT 8
.Os
.Sh NAME
@@ -158,6 +155,9 @@ For this reason, the
.Cm async
flag should be used sparingly, and only when some data recovery
mechanism is present.
+.It Cm atime
+Update the file access time when reading from a file.
+This is the default.
.It Cm automounted
This flag indicates that the file system was mounted by
.Xr automountd 8 .
@@ -264,9 +264,7 @@ mounted partition.
.It Cm nosuid
Do not allow set-user-identifier or set-group-identifier bits to take effect.
Note: this option is worthless if a public available suid or sgid
-wrapper like
-.Xr suidperl 1
-is installed on your system.
+wrapper is installed on your system.
It is set automatically when the user does not have super-user privileges.
.It Cm nosymfollow
Do not follow symlinks
@@ -564,6 +562,7 @@ support for a particular file system might be provided either on a static
.Xr setfacl 1 ,
.Xr nmount 2 ,
.Xr acl 3 ,
+.Xr getmntinfo 3 ,
.Xr libxo 3 ,
.Xr xo_parse_args 3 ,
.Xr mac 4 ,
@@ -572,6 +571,7 @@ support for a particular file system might be provided either on a static
.Xr ext2fs 5 ,
.Xr fstab 5 ,
.Xr procfs 5 ,
+.Xr tarfs 5 ,
.Xr tmpfs 5 ,
.Xr automount 8 ,
.Xr fstyp 8 ,
@@ -583,6 +583,7 @@ support for a particular file system might be provided either on a static
.Xr mount_smbfs 8 ,
.Xr mount_udf 8 ,
.Xr mount_unionfs 8 ,
+.Xr quotacheck 8 ,
.Xr umount 8 ,
.Xr zfs 8 ,
.Xr zpool 8
@@ -615,3 +616,17 @@ only when the file system is mounted via
.Nm .
.Sh BUGS
It is possible for a corrupted file system to cause a crash.
+.Pp
+The
+.Fl p
+option will not list
+.Cm userquota
+or
+.Cm groupquota
+items from
+.Xr fstab 5
+because they are not true mount options and are not information returned by
+.Xr getmntinfo 3 .
+At boot
+.Xr quotacheck 8 ,
+processes these items.