From: Akira Fujita <a-fujita@rs.jp.nec.com>
To: Theodore Tso <tytso@mit.edu>
Cc: ext4 development <linux-ext4@vger.kernel.org>
Subject: [PATCH 2/2] e2fsprogs: add the description to mke2fs manual
Date: Thu, 22 Dec 2011 17:30:42 +0900 [thread overview]
Message-ID: <4EF2EAB2.2030100@rs.jp.nec.com> (raw)
This patch adds the description that the -S option
and the uninti_bg feature are not set simultaneously
to mke2fs manual.
Signed-off-by: Akira Fujita <a-fujita@rs.jp.nec.com>
---
misc/mke2fs.8.in | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in
index 8e78249..26d731b 100644
--- a/misc/mke2fs.8.in
+++ b/misc/mke2fs.8.in
@@ -601,6 +601,15 @@ program should be run immediately after this option is used, and there
is no guarantee that any data will be salvageable. It is critical to
specify the correct filesystem blocksize when using this option,
or there is no chance of recovery.
+
+Note that the -S option and the uninit_bg feature
+can not be set simultaneously. If we run the -S option to ext4,
+unset the uninit_bg feature explicitly.
+After that, we must set the uninit_bg feature with
+.B tune2fs
+and run
+.B e2fsck
+to enable it.
.\" .TP
.\" .BI \-t " test"
.\" Check the device for bad blocks before creating the file system
reply other threads:[~2011-12-22 8:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EF2EAB2.2030100@rs.jp.nec.com \
--to=a-fujita@rs.jp.nec.com \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@mit.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.