options FFS_NO_SNAPSHOT disables only the creation of file system
internal snapshot. Per comment from hannken@.
This commit is contained in:
parent
299c086640
commit
c94fd7546f
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: options.4,v 1.416 2012/05/25 15:54:02 tsutsui Exp $
|
||||
.\" $NetBSD: options.4,v 1.417 2012/11/03 16:47:54 tsutsui Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996
|
||||
.\" Perry E. Metzger. All rights reserved.
|
||||
|
@ -30,7 +30,7 @@
|
|||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\"
|
||||
.Dd May 25, 2012
|
||||
.Dd November 3, 2012
|
||||
.Dt OPTIONS 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -957,9 +957,8 @@ See also
|
|||
.Xr dumpfs 8
|
||||
for file system byte order status and manipulation.
|
||||
.It Cd options FFS_NO_SNAPSHOT
|
||||
Disable the
|
||||
.Dq file system snapshot
|
||||
support in FFS file systems.
|
||||
Disable support for the creation of file system internal snapshot
|
||||
of FFS file systems.
|
||||
Maybe useful for install media kernels, small memory systems and
|
||||
embedded systems which don't require the snapshot support.
|
||||
.It Cd options UFS_EXTATTR
|
||||
|
|
Loading…
Reference in New Issue