EXT4LazyInitialization
To enable lazy inode table initialization when mkfs-ing a new ext4 fs, do:
mkfs.ext4 <source> -E lazy_itable_init=1
It is wise to setup other parameters after the initialization:
tune2fs -c -1 -i 0 <source>
To enable lazy inode table initialization when mkfs-ing a new ext4 fs, do:
mkfs.ext4 <source> -E lazy_itable_init=1
It is wise to setup other parameters after the initialization:
tune2fs -c -1 -i 0 <source>