FreeBSD Bugzilla – Attachment 91468 Details for
Bug 128816
[PATCH] Enhance the explanation of using of mount options in fstab(5)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.45 KB, created by
rsmith
on 2008-11-12 13:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
rsmith
Created:
2008-11-12 13:40:01 UTC
Size:
1.45 KB
patch
obsolete
>--- fstab.5.orig 2008-11-12 13:32:14.000000000 +0100 >+++ fstab.5 2008-11-12 14:02:58.000000000 +0100 >@@ -32,7 +32,7 @@ > .\" @(#)fstab.5 8.1 (Berkeley) 6/5/93 > .\" $FreeBSD: src/share/man/man5/fstab.5,v 1.30 2008/02/11 09:36:43 mpp Exp $ > .\" >-.Dd February 11, 2008 >+.Dd November 12, 2008 > .Dt FSTAB 5 > .Os > .Sh NAME >@@ -91,15 +91,29 @@ > It is formatted as a comma separated list of options. > It contains at least the type of mount (see > .Fa fs_type >-below) plus any additional options >-appropriate to the file system type. >+below) plus any additional options appropriate to the file system type. > See the options flag > .Pq Fl o > in the > .Xr mount 8 > page and the file system specific page, such as > .Xr mount_nfs 8 , >-for additional options that may be specified. >+for additional options that may be specified. All options that can be given >+to the file system specific mount commands can be used in >+.Nm >+as well. They just need to be formatted differently. The arguments of the >+.Fl o >+option can be used without the preceding >+.Fl o >+flag. Other options need the flag and its argument separated by an equal >+sign. So for e.g. mounting an >+.Xr msdosfs 5 >+filesystem, the options >+.Dq -o sync -o noatime -m 644 -M 755 -u foo -g bar >+on the command-line become >+.Dq sync,noatime,-m=644,-M=755,-u=foo,-g=bar >+in >+.Nm . > .Pp > If the options ``userquota'' and/or ``groupquota'' are specified, > the file system is automatically processed by the >----- patch for fstab.5 (r1.30) -----
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 128816
: 91468 |
91469