|
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.26 2004/07/03 18:29:22 ru Exp $ |
33 |
.\" $FreeBSD: src/share/man/man5/fstab.5,v 1.26 2004/07/03 18:29:22 ru Exp $ |
| 34 |
.\" |
34 |
.\" |
| 35 |
.Dd June 5, 1993 |
35 |
.Dd November 12, 2008 |
| 36 |
.Dt FSTAB 5 |
36 |
.Dt FSTAB 5 |
| 37 |
.Os |
37 |
.Os |
| 38 |
.Sh NAME |
38 |
.Sh NAME |
|
Lines 98-112
Link Here
|
| 98 |
It is formatted as a comma separated list of options. |
98 |
It is formatted as a comma separated list of options. |
| 99 |
It contains at least the type of mount (see |
99 |
It contains at least the type of mount (see |
| 100 |
.Fa fs_type |
100 |
.Fa fs_type |
| 101 |
below) plus any additional options |
101 |
below) plus any additional options appropriate to the file system type. |
| 102 |
appropriate to the file system type. |
|
|
| 103 |
See the options flag |
102 |
See the options flag |
| 104 |
.Pq Fl o |
103 |
.Pq Fl o |
| 105 |
in the |
104 |
in the |
| 106 |
.Xr mount 8 |
105 |
.Xr mount 8 |
| 107 |
page and the file system specific page, such as |
106 |
page and the file system specific page, such as |
| 108 |
.Xr mount_nfs 8 , |
107 |
.Xr mount_nfs 8 , |
| 109 |
for additional options that may be specified. |
108 |
for additional options that may be specified. All options that can be given |
|
|
109 |
to the file system specific mount commands can be used in |
| 110 |
.Nm |
| 111 |
as well. They just need to be formatted differently. The arguments of the |
| 112 |
.Fl o |
| 113 |
option can be used without the preceding |
| 114 |
.Fl o |
| 115 |
flag. Other options need the flag and its argument separated by an equal |
| 116 |
sign. So for e.g. mounting an |
| 117 |
.Xr msdosfs 5 |
| 118 |
filesystem, the options |
| 119 |
.Dq -o sync -o noatime -m 644 -M 755 -u foo -g bar |
| 120 |
on the command-line become |
| 121 |
.Dq sync,noatime,-m=644,-M=755,-u=foo,-g=bar |
| 122 |
in |
| 123 |
.Nm . |
| 110 |
.Pp |
124 |
.Pp |
| 111 |
If the options ``userquota'' and/or ``groupquota'' are specified, |
125 |
If the options ``userquota'' and/or ``groupquota'' are specified, |
| 112 |
the file system is automatically processed by the |
126 |
the file system is automatically processed by the |
| 113 |
---- patch for fstab.5 (r1.26) ----- |
|
|