mount.8 (51e16cb8fc536913f490ac6bc9c17e92ebd0411b) mount.8 (393f2dca362a4f32f852e95f84bb3bb4a40ea3b5)
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 October 4, 2023
28.Dd January 15, 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

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

554support for a particular file system might be provided either on a static
555(kernel compile-time), or dynamic basis (loaded as a kernel module by
556.Xr kldload 8 ) .
557.Sh SEE ALSO
558.Xr getfacl 1 ,
559.Xr setfacl 1 ,
560.Xr nmount 2 ,
561.Xr acl 3 ,
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

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

554support for a particular file system might be provided either on a static
555(kernel compile-time), or dynamic basis (loaded as a kernel module by
556.Xr kldload 8 ) .
557.Sh SEE ALSO
558.Xr getfacl 1 ,
559.Xr setfacl 1 ,
560.Xr nmount 2 ,
561.Xr acl 3 ,
562.Xr getmntinfo 3 ,
562.Xr libxo 3 ,
563.Xr xo_parse_args 3 ,
564.Xr mac 4 ,
565.Xr cd9660 5 ,
566.Xr devfs 5 ,
567.Xr ext2fs 5 ,
568.Xr fstab 5 ,
569.Xr procfs 5 ,

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

574.Xr kldload 8 ,
575.Xr mount_cd9660 8 ,
576.Xr mount_msdosfs 8 ,
577.Xr mount_nfs 8 ,
578.Xr mount_nullfs 8 ,
579.Xr mount_smbfs 8 ,
580.Xr mount_udf 8 ,
581.Xr mount_unionfs 8 ,
563.Xr libxo 3 ,
564.Xr xo_parse_args 3 ,
565.Xr mac 4 ,
566.Xr cd9660 5 ,
567.Xr devfs 5 ,
568.Xr ext2fs 5 ,
569.Xr fstab 5 ,
570.Xr procfs 5 ,

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

575.Xr kldload 8 ,
576.Xr mount_cd9660 8 ,
577.Xr mount_msdosfs 8 ,
578.Xr mount_nfs 8 ,
579.Xr mount_nullfs 8 ,
580.Xr mount_smbfs 8 ,
581.Xr mount_udf 8 ,
582.Xr mount_unionfs 8 ,
583.Xr quotacheck 8 ,
582.Xr umount 8 ,
583.Xr zfs 8 ,
584.Xr zpool 8
585.Sh HISTORY
586A
587.Nm
588utility appeared in
589.At v1 .

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

606.Xr mountd 8
607gets a
608.Dv SIGHUP
609signal (that causes an update of the export list)
610only when the file system is mounted via
611.Nm .
612.Sh BUGS
613It is possible for a corrupted file system to cause a crash.
584.Xr umount 8 ,
585.Xr zfs 8 ,
586.Xr zpool 8
587.Sh HISTORY
588A
589.Nm
590utility appeared in
591.At v1 .

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

608.Xr mountd 8
609gets a
610.Dv SIGHUP
611signal (that causes an update of the export list)
612only when the file system is mounted via
613.Nm .
614.Sh BUGS
615It is possible for a corrupted file system to cause a crash.
616.Pp
617The
618.Fl p
619option will not list
620.Cm userquota
621or
622.Cm groupquota
623items from
624.Xr fstab 5
625because they are not true mount options and are not information returned by
626.Xr getmntinfo 3 .
627At boot
628.Xr quotacheck 8 ,
629processes these items.