summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.8
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-12 22:04:36 +0000
committerphk <phk@FreeBSD.org>1994-10-12 22:04:36 +0000
commit2718983b3c0ca45e1f935561746c24925db4f69d (patch)
treec46dbc121b78416a2719c48ea20fbb919301a103 /sbin/newfs/newfs.8
parent5da143143431c5fc39b10c75c20e03ab613bbc74 (diff)
downloadFreeBSD-src-2718983b3c0ca45e1f935561746c24925db4f69d.zip
FreeBSD-src-2718983b3c0ca45e1f935561746c24925db4f69d.tar.gz
Added '-F file' option of mount_mfs. This allows me to make floppy images
without waiting for my floppy-drive all the time :-) Might have other interesting uses too.
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r--sbin/newfs/newfs.814
1 files changed, 12 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index 90be62d..e342516 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -42,7 +42,7 @@
.Nm newfs
.Op Fl NO
.Op Fl S Ar sector-size
-.Op Fl a maxcontig
+.Op Fl a Ar maxcontig
.Op Fl b Ar block-size
.Op Fl c Ar cylinders
.Op Fl d Ar rotdelay
@@ -62,7 +62,9 @@
.Ar special
.Nm mount_mfs
.Op Fl N
-.Op Fl a maxcontig
+.Op Fl F Ar file
+.Op Fl T Ar disktype
+.Op Fl a Ar maxcontig
.Op Fl b Ar block-size
.Op Fl c Ar cylinders
.Op Fl d Ar rotdelay
@@ -116,6 +118,14 @@ the file system has to be paged.
.Pp
The following options define the general layout policies.
.Bl -tag -width Fl
+.It Fl T Ar disktype
+For backward compatibility and for
+.Nm mount_mfs .
+.It Fl F Ar file
+.Nm mount_mfs
+will use this file for the image of the filesystem. When
+.Nm mount_mfs
+exits, this file will be left behind.
.It Fl N
Causes the file system parameters to be printed out
without really creating the file system.
OpenPOWER on IntegriCloud