Changes between Version 1 and Version 2 of TipAndDoc/storage/filesystem/ext4
- Timestamp:
- Sep 23, 2012 11:03:13 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/storage/filesystem/ext4
v1 v2 80 80 } 81 81 }}} 82 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 > 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 }}}