1mke2fs -F -o Linux -t ext4 -O ^metadata_csum,^uninit_bg -D $LOOP 2Creating filesystem with 32768 4k blocks and 32768 inodes 3 4Allocating group tables: done 5Writing inode tables: done 6Creating journal (4096 blocks): done 7Writing superblocks and filesystem accounting information: done 8 9debugfs -D -R stats $LOOP 10Filesystem volume name: <none> 11Last mounted on: <not available> 12Filesystem magic number: 0xEF53 13Filesystem revision #: 1 (dynamic) 14Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file dir_nlink extra_isize 15Default mount options: (none) 16Filesystem state: clean 17Errors behavior: Continue 18Filesystem OS type: Linux 19Inode count: 32768 20Block count: 32768 21Reserved block count: 1638 22Overhead clusters: 6155 23Free blocks: 26607 24Free inodes: 32757 25First block: 0 26Block size: 4096 27Fragment size: 4096 28Reserved GDT blocks: 7 29Blocks per group: 32768 30Fragments per group: 32768 31Inodes per group: 32768 32Inode blocks per group: 2048 33Flex block group size: 16 34Mount count: 0 35Check interval: 15552000 (6 months) 36Reserved blocks uid: 0 37Reserved blocks gid: 0 38First inode: 11 39Inode size: 256 40Required extra isize: 32 41Desired extra isize: 32 42Journal inode: 8 43Default directory hash: half_md4 44Journal backup: inode blocks 45Directories: 2 46 Group 0: block bitmap at 9, inode bitmap at 25, inode table at 41 47 26607 free blocks, 32757 free inodes, 2 used directories 48e2fsck -fn -N test_filesys $LOOP 49Pass 1: Checking inodes, blocks, and sizes 50Pass 2: Checking directory structure 51Pass 3: Checking directory connectivity 52Pass 4: Checking reference counts 53Pass 5: Checking group summary information 54test_filesys: 11/32768 files (9.1% non-contiguous), 6161/32768 blocks 55Exit status is 0 56e2fsck -fn -N test_filesys $TMPFILE 57Pass 1: Checking inodes, blocks, and sizes 58Pass 2: Checking directory structure 59Pass 3: Checking directory connectivity 60Pass 4: Checking reference counts 61Pass 5: Checking group summary information 62test_filesys: 11/32768 files (9.1% non-contiguous), 6161/32768 blocks 63Exit status is 0 64