mount.8 (668ee1016865dcde796cc57b1c1e7c35b85f41d1) mount.8 (e725ee7eb672a8501600552283d3d08a2f7b6847)
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 August 28, 2019
31.Dd May 18, 2021
32.Dt MOUNT 8
33.Os
34.Sh NAME
35.Nm mount
36.Nd mount file systems
37.Sh SYNOPSIS
38.Nm
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 -libxo
39.Op Fl adflpruvw
40.Op Fl F Ar fstab
41.Op Fl o Ar options
42.Op Fl t Oo Cm no Oc Ns Cm Ar type Ns Op Cm , Ns Ar type ...
43.Nm
40.Op Fl adflpruvw
41.Op Fl F Ar fstab
42.Op Fl o Ar options
43.Op Fl t Oo Cm no Oc Ns Cm Ar type Ns Op Cm , Ns Ar type ...
44.Nm
45.Op Fl -libxo
44.Op Fl dfpruvw
45.Ar special | node
46.Nm
46.Op Fl dfpruvw
47.Ar special | node
48.Nm
49.Op Fl -libxo
47.Op Fl dfpruvw
48.Op Fl o Ar options
49.Op Fl t Oo Cm no Oc Ns Cm Ar type Ns Op Cm , Ns Ar type ...
50.Ar special node
51.Sh DESCRIPTION
52The
53.Nm
54utility calls the

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

67.Pp
68The system maintains a list of currently mounted file systems.
69If no arguments are given to
70.Nm ,
71this list is printed.
72.Pp
73The options are as follows:
74.Bl -tag -width indent
50.Op Fl dfpruvw
51.Op Fl o Ar options
52.Op Fl t Oo Cm no Oc Ns Cm Ar type Ns Op Cm , Ns Ar type ...
53.Ar special node
54.Sh DESCRIPTION
55The
56.Nm
57utility calls the

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

70.Pp
71The system maintains a list of currently mounted file systems.
72If no arguments are given to
73.Nm ,
74this list is printed.
75.Pp
76The options are as follows:
77.Bl -tag -width indent
78.It Fl -libxo
79Generate output via
80.Xr libxo 3
81in a selection of different human and machine readable formats.
82See
83.Xr xo_parse_args 3
84for details on command line arguments.
75.It Fl a
76All the file systems described in
77.Xr fstab 5
78are mounted.
79Exceptions are those marked as
80.Dq Li noauto ,
81those marked as
82.Dq Li late

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

547support for a particular file system might be provided either on a static
548(kernel compile-time), or dynamic basis (loaded as a kernel module by
549.Xr kldload 8 ) .
550.Sh SEE ALSO
551.Xr getfacl 1 ,
552.Xr setfacl 1 ,
553.Xr nmount 2 ,
554.Xr acl 3 ,
85.It Fl a
86All the file systems described in
87.Xr fstab 5
88are mounted.
89Exceptions are those marked as
90.Dq Li noauto ,
91those marked as
92.Dq Li late

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

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

--- 41 unchanged lines hidden ---
567.Xr mac 4 ,
568.Xr cd9660 5 ,
569.Xr devfs 5 ,
570.Xr ext2fs 5 ,
571.Xr fstab 5 ,
572.Xr procfs 5 ,
573.Xr tmpfs 5 ,
574.Xr automount 8 ,

--- 41 unchanged lines hidden ---