summaryrefslogtreecommitdiffstats
path: root/sbin/tunefs/tunefs.8
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-14 19:52:12 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-14 19:52:12 +0000
commitd2fd70cb7659674bc3ddcff83526377d4e7c3bb8 (patch)
treebde75b82908307902a5421ef975d5abec7da94b0 /sbin/tunefs/tunefs.8
parent05ff8976a7d08218b1fd02fb650366f2deaa8765 (diff)
downloadFreeBSD-src-d2fd70cb7659674bc3ddcff83526377d4e7c3bb8.zip
FreeBSD-src-d2fd70cb7659674bc3ddcff83526377d4e7c3bb8.tar.gz
Introduce -a [enable|disable] and -l [enable|disable] flags to the tunefs
command, permitting it to set FS_ACLS and FS_MULTILABEL administrative flags on UFS file systems. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'sbin/tunefs/tunefs.8')
-rw-r--r--sbin/tunefs/tunefs.86
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8
index 3f9a4aa..d7832da 100644
--- a/sbin/tunefs/tunefs.8
+++ b/sbin/tunefs/tunefs.8
@@ -40,9 +40,11 @@
.Nd tune up an existing file system
.Sh SYNOPSIS
.Nm
+.Op Fl a Cm enable | disable
.Op Fl A
.Op Fl e Ar maxbpg
.Op Fl f Ar avgfilesize
+.Op Fl l Ar enable | disable
.Op Fl m Ar minfree
.Op Fl n Cm enable | disable
.Op Fl o Cm space | time
@@ -63,6 +65,8 @@ it must be downgraded to read-only or unmounted.
The parameters which are to be changed are indicated by the flags
given below:
.Bl -tag -width indent
+.It Fl a Cm enable | disable
+Turn on/off the administrative ACL enable flag.
.It Fl A
The file system has several backups of the super-block.
Specifying
@@ -86,6 +90,8 @@ For file systems with exclusively large files,
this parameter should be set higher.
.It Fl f Ar avgfilesize
Specify the expected average file size.
+.It Fl l Cm enable | disable
+Turn on/off MAC multilabel flag.
.It Fl m Ar minfree
Specify the percentage of space held back
from normal users; the minimum free space threshold.
OpenPOWER on IntegriCloud