View | Details | Raw Unified | Return to bug 128816 | Differences between
and this patch

Collapse All | Expand All

(-)fstab.5 (-5 / +18 lines)
Lines 32-38 Link Here
32
.\"     @(#)fstab.5	8.1 (Berkeley) 6/5/93
32
.\"     @(#)fstab.5	8.1 (Berkeley) 6/5/93
33
.\" $FreeBSD: src/share/man/man5/fstab.5,v 1.30 2008/02/11 09:36:43 mpp Exp $
33
.\" $FreeBSD: src/share/man/man5/fstab.5,v 1.30 2008/02/11 09:36:43 mpp Exp $
34
.\"
34
.\"
35
.Dd February 11, 2008
35
.Dd November 12, 2008
36
.Dt FSTAB 5
36
.Dt FSTAB 5
37
.Os
37
.Os
38
.Sh NAME
38
.Sh NAME
Lines 91-105 Link Here
91
It is formatted as a comma separated list of options.
91
It is formatted as a comma separated list of options.
92
It contains at least the type of mount (see
92
It contains at least the type of mount (see
93
.Fa fs_type
93
.Fa fs_type
94
below) plus any additional options
94
below) plus any additional options appropriate to the file system type.
95
appropriate to the file system type.
96
See the options flag
95
See the options flag
97
.Pq Fl o
96
.Pq Fl o
98
in the
97
in the
99
.Xr mount 8
98
.Xr mount 8
100
page and the file system specific page, such as
99
page and the file system specific page, such as
101
.Xr mount_nfs 8 ,
100
.Xr mount_nfs 8 ,
102
for additional options that may be specified.
101
for additional options that may be specified. All options that can be given
102
to the file system specific mount commands can be used in 
103
.Nm
104
as well. They just need to be formatted differently. The arguments of the 
105
.Fl o
106
option can be used without the preceding
107
.Fl o 
108
flag. Other options need the flag and its argument separated by an equal
109
sign. So for e.g. mounting an
110
.Xr msdosfs 5
111
filesystem, the options
112
.Dq -o sync -o noatime -m 644 -M 755 -u foo -g bar
113
on the command-line become
114
.Dq sync,noatime,-m=644,-M=755,-u=foo,-g=bar
115
in 
116
.Nm .
103
.Pp
117
.Pp
104
If the options ``userquota'' and/or ``groupquota'' are specified,
118
If the options ``userquota'' and/or ``groupquota'' are specified,
105
the file system is automatically processed by the
119
the file system is automatically processed by the
106
---- patch for fstab.5  (r1.30) -----

Return to bug 128816