From: Theodore Ts'o Date: Sun, 27 Jul 2008 23:59:21 +0000 (-0400) Subject: ext4: Update documentation to remind users to update mke2fs.conf X-Git-Tag: v2.6.27-rc5~46^2 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4537398d91e6e03811ba971d959b762137058c1a;p=linux-2.6-omap-h63xx.git ext4: Update documentation to remind users to update mke2fs.conf Signed-off-by: "Theodore Ts'o" --- diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt index 80e193d82e2..0d5394920a3 100644 --- a/Documentation/filesystems/ext4.txt +++ b/Documentation/filesystems/ext4.txt @@ -26,6 +26,12 @@ Mailing list: linux-ext4@vger.kernel.org git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git + - Note that it is highly important to install the mke2fs.conf file + that comes with the e2fsprogs 1.41.x sources in /etc/mke2fs.conf. If + you have edited the /etc/mke2fs.conf file installed on your system, + you will need to merge your changes with the version from e2fsprogs + 1.41.x. + - Create a new filesystem using the ext4dev filesystem type: # mke2fs -t ext4dev /dev/hda1