summaryrefslogtreecommitdiffstats
path: root/sbin/tunefs
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/tunefs')
-rw-r--r--sbin/tunefs/tunefs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c
index 45166c8..fdd44e4 100644
--- a/sbin/tunefs/tunefs.c
+++ b/sbin/tunefs/tunefs.c
@@ -444,6 +444,10 @@ putsb(fs, file, all)
void
printfs()
{
+ warnx("ACLs: (-a) %s",
+ (sblock.fs_flags & FS_ACLS)? "enabled" : "disabled");
+ warnx("MAC multilabel: (-l) %s",
+ (sblock.fs_flags & FS_MULTILABEL)? "enabled" : "disabled");
warnx("soft updates: (-n) %s",
(sblock.fs_flags & FS_DOSOFTDEP)? "enabled" : "disabled");
warnx("maximum blocks per file in a cylinder group: (-e) %d",
OpenPOWER on IntegriCloud