mount.8 (7c7fb079b997666ef8dc3a60352aa3d2052cb3de) mount.8 (e867267b31968312f67b78db2ce8b7fa0cc1957e)
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.

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

36.Dt MOUNT 8
37.Os BSD 4
38.Sh NAME
39.Nm mount
40.Nd mount file systems
41.Sh SYNOPSIS
42.Nm
43.Op Fl adfpruvw
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.

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

36.Dt MOUNT 8
37.Os BSD 4
38.Sh NAME
39.Nm mount
40.Nd mount file systems
41.Sh SYNOPSIS
42.Nm
43.Op Fl adfpruvw
44.Op Fl t Ar ufs | lfs | external_type
44.Op Fl t Ar ufs | external_type
45.Nm
46.Op Fl dfpruvw
47.Ar special | node
48.Nm
49.Op Fl dfpruvw
50.Op Fl o Ar options
45.Nm
46.Op Fl dfpruvw
47.Ar special | node
48.Nm
49.Op Fl dfpruvw
50.Op Fl o Ar options
51.Op Fl t Ar ufs | lfs | external_type
51.Op Fl t Ar ufs | external_type
52.Ar special node
53.Sh DESCRIPTION
54The
55.Nm
56command
57calls the
58.Xr mount 2
59system call to prepare and graft a

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

245.It Fl r
246The file system is to be mounted read-only.
247Mount the file system read-only (even the super-user may not write it).
248The same as the
249.Dq rdonly
250argument to the
251.Fl o
252option.
52.Ar special node
53.Sh DESCRIPTION
54The
55.Nm
56command
57calls the
58.Xr mount 2
59system call to prepare and graft a

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

245.It Fl r
246The file system is to be mounted read-only.
247Mount the file system read-only (even the super-user may not write it).
248The same as the
249.Dq rdonly
250argument to the
251.Fl o
252option.
253.It Fl t Ar "ufs \\*(Ba lfs \\*(Ba external type"
253.It Fl t Ar ufs | Ar external_type
254The argument following the
255.Fl t
256is used to indicate the file system type.
257The type
258.Ar ufs
259is the default.
260The
261.Fl t

--- 129 unchanged lines hidden ---
254The argument following the
255.Fl t
256is used to indicate the file system type.
257The type
258.Ar ufs
259is the default.
260The
261.Fl t

--- 129 unchanged lines hidden ---