summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.8
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-02-26 01:14:27 +0000
committerrwatson <rwatson@FreeBSD.org>2004-02-26 01:14:27 +0000
commitf0df387d8416e8fa18a3e6e923a4b45b5e8771d4 (patch)
treefc9111877d18382c6d76139cc79472cce73691e5 /sbin/newfs/newfs.8
parent1de257deb3229812024de5861eb0aaa41e471448 (diff)
downloadFreeBSD-src-f0df387d8416e8fa18a3e6e923a4b45b5e8771d4.zip
FreeBSD-src-f0df387d8416e8fa18a3e6e923a4b45b5e8771d4.tar.gz
Add a "-l" flag to newfs, which sets the FS_MULTILABEL flag. This
permits users of newfs to set the multilabel flag on UFS1 and UFS2 file systems from inception without using tunefs. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r--sbin/newfs/newfs.84
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index da6ac1f..9a0350c 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -40,7 +40,7 @@
.Nd construct a new UFS1/UFS2 file system
.Sh SYNOPSIS
.Nm
-.Op Fl NU
+.Op Fl NUl
.Op Fl L Ar volname
.Op Fl O Ar filesystem-type
.Op Fl S Ar sector-size
@@ -149,6 +149,8 @@ If fewer inodes are desired, a larger number should be used;
to create more inodes a smaller number should be given.
One inode is required for each distinct file, so this value effectively
specifies the average file size on the file system.
+.It Fl l
+Enables multilabel MAC on the new file system.
.It Fl m Ar free-space
The percentage of space reserved from normal users; the minimum free
space threshold.
OpenPOWER on IntegriCloud