lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 22 Dec 2011 17:30:42 +0900
From:	Akira Fujita <a-fujita@...jp.nec.com>
To:	Theodore Tso <tytso@....edu>
CC:	ext4 development <linux-ext4@...r.kernel.org>
Subject: [PATCH 2/2] e2fsprogs: add the description to mke2fs manual

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@...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
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ