mount.8 (89beb278f76d140430e3bd2fdf64fea6f68da491) mount.8 (c4e951879402ead9efd152b7529b0e501b22b8a8)
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.

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

69.Pp
70The system maintains a list of currently mounted file systems.
71If no arguments are given to
72.Nm mount,
73this list is printed.
74.Pp
75The options are as follows:
76.Bl -tag -width indent
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.

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

69.Pp
70The system maintains a list of currently mounted file systems.
71If no arguments are given to
72.Nm mount,
73this list is printed.
74.Pp
75The options are as follows:
76.Bl -tag -width indent
77.It Fl a
78Causes all filesystems listed in
79.Pa /etc/fstab
80(except those with the ``noauto'' option) to be mounted. This is normally
81done during system startup.
77.It Fl d
78Causes everything to be done except for the actual system call.
79This option is useful in conjunction with the
80.Fl v
81flag to
82determine what the
83.Nm mount
84command is trying to do.

--- 200 unchanged lines hidden ---
82.It Fl d
83Causes everything to be done except for the actual system call.
84This option is useful in conjunction with the
85.Fl v
86flag to
87determine what the
88.Nm mount
89command is trying to do.

--- 200 unchanged lines hidden ---