Changes between Version 2 and Version 3 of TipAndDoc/storage/filesystem/ext4
- Timestamp:
- Sep 23, 2012 11:24:50 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/storage/filesystem/ext4
v2 v3 83 83 * [http://serverfault.com/questions/267393/mkfs-ext4-is-taking-hours-to-complete-on-4tb-raid-5 lvm - mkfs.ext4 is taking hours to complete on 4TB raid 5 - Server Fault] 84 84 > Note that lazy_itable_init is turned on by default if the kernel you are running supports automatic background initialization of the inode table ( 2.6.37+ ). Without that support, enabling this option is unsafe as it leaves the inode tables uninitialized, so they may contain garbage that fsck will mistake as valid inodes under certain circumstances. Also uninit_bg is enabled by default for ext4. 85 }}} 85