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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 23 Dec 2008 11:11:56 +0800
From:	"Peng tao" <bergwolf@...il.com>
To:	"Diego Calleja" <diegocg@...il.com>
Cc:	linux-ext4@...r.kernel.org
Subject: Re: Ext4 documentation

Hi, Diego

Thanks for your efforts.

About migrating from ext3 to ext4, you suggested the following:
tune2fs -O extents,uninit_bg,flex_bg,dir_index /dev/yourfilesystem

Tuning on flex_bg isn't supported yet. tune2fs doesn't really do the
magic you want. It just sets the incompatible feature bit in super
block and nothing else. An e2fsck after that won't modify the ondisk
format either. e2fsck doesn't check log_groups_per_flex right
now(might be a bug if superblock corrupts?).

So even if you turn on flex_bg, fs doesn't benefit from flex_bg feature.

On Tue, Dec 23, 2008 at 6:58 AM, Diego Calleja <diegocg@...il.com> wrote:
> Due to the astounding lack of good end-user documentation about Ext4, I've
> taken the freedom of writing an article about it for the kernelnewbies
> 2.6.28 changelog: http://kernelnewbies.org/Ext4
>
> If you find any error or you have some suggestion, just tell me and I'll
> fix it.
> --
> 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
>



-- 
Cheers,

Bergwolf

................
Margaret Mead  - "Always remember that you are absolutely unique. Just
like everyone else."
--
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