]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Document -l logdev and -r rtdev mkfs.xfs options
authorEric Sandeen <sandeen@sgi.com>
Fri, 21 Mar 2003 17:15:37 +0000 (17:15 +0000)
committerEric Sandeen <sandeen@sgi.com>
Fri, 21 Mar 2003 17:15:37 +0000 (17:15 +0000)
man/man8/mkfs.xfs.8

index 373a9f7b241b259b61013c3a016cfdf9df36bc9e..9c974bfae121a58878baf96c22f88fbdf359df0c 100644 (file)
@@ -316,6 +316,7 @@ These options specify the location, size, and other parameters of the
 log section of the filesystem.
 The valid suboptions are:
 .BI internal[= value ],
+\f3logdev=\f1\f2device\f1,
 \f3size=\f1\f2value\f1,
 \f3version=\f1\f2[1|2]\f1,
 \f3sunit=\f1\f2value\f1, and
@@ -330,6 +331,16 @@ with 1 signifying that the log is internal.
 If the value is omitted, 1 is assumed.
 .IP
 The
+.B logdev
+suboption is used to specify that the log section should reside on a
+device separate from the data section.  The suboption value is the
+name of a block device.  The
+.B internal=1
+and
+.B logdev
+options are mutually exclusive.
+.IP
+The
 .B size
 suboption is used to specify the size of the log section.
 .IP
@@ -569,11 +580,18 @@ Real-time section options.
 These options specify the location, size, and other parameters of the
 real-time section of the filesystem.
 The valid suboptions are:
-.BI extsize= value
+\f3rtdev=\f1\f2device\f1,
+\f3extsize=\f1\f2value\f1,
 and
 \f3size=\f1\f2value\f1.
 .IP
 The
+.B rtdev
+suboption is used to specify the device which should contain
+the real-time section of the filesystem.
+The suboption value is the name of a block device.
+.IP
+The
 .B extsize
 suboption is used to specify the size of the blocks in the real-time
 section of the filesystem.