From: Eric Sandeen Date: Fri, 21 Mar 2003 17:15:37 +0000 (+0000) Subject: Document -l logdev and -r rtdev mkfs.xfs options X-Git-Tag: XFS-1_3_0pre1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=612071a0650e266a113533b6e2a8193cc7226b72;p=thirdparty%2Fxfsprogs-dev.git Document -l logdev and -r rtdev mkfs.xfs options --- diff --git a/man/man8/mkfs.xfs.8 b/man/man8/mkfs.xfs.8 index 373a9f7b2..9c974bfae 100644 --- a/man/man8/mkfs.xfs.8 +++ b/man/man8/mkfs.xfs.8 @@ -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.