diff options
author | Surbhi Palande <csurbhi@gmail.com> | 2011-08-31 16:35:57 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-09-15 23:35:18 -0400 |
commit | 57cb271642d24d93ba2435f12a64fe35f67dfced (patch) | |
tree | b616bcad7caae9ce62685d56967ef634a44d6c97 /misc | |
parent | 7fef2bb11f0da01131f3a6646f479a97860ee5c0 (diff) | |
download | e2fsprogs-57cb271642d24d93ba2435f12a64fe35f67dfced.tar.gz |
mke2fs.8: Fix the documentation of maximum journal size
Fix the max journal size in mke2fs man page.
Signed-off-by: Surbhi Palande <csurbhi@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mke2fs.8.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index bfd421e9..0036aac9 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -337,7 +337,8 @@ Create an internal journal (i.e., stored inside the filesystem) of size megabytes. The size of the journal must be at least 1024 filesystem blocks (i.e., 1MB if using 1k blocks, 4MB if using 4k blocks, etc.) -and may be no more than 102,400 filesystem blocks. +and may be no more than 10,240,000 filesystem blocks or half the total +file system size (whichever is smaller) @JDEV@.TP @JDEV@.BI device= external-journal @JDEV@Attach the filesystem to the journal block device located on |