mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Describe MNT_NOCLUSTER{R,W} flags.
Pointed out by: bde
This commit is contained in:
parent
d3a3ec3bb5
commit
45d4f12362
1 changed files with 4 additions and 0 deletions
|
|
@ -97,6 +97,10 @@ is also specified.
|
|||
.It Dv MNT_FORCE
|
||||
Fore a read-write mount even if the filesystem appears to be unclean.
|
||||
Dangerous.
|
||||
.It Dv MNT_NOCLUSTERR
|
||||
Disable read clustering.
|
||||
.It Dv MNT_NOCLUSTERW
|
||||
Disable write clustering.
|
||||
.El
|
||||
.Pp
|
||||
The flag
|
||||
|
|
|
|||
Loading…
Reference in a new issue