mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-12 03:13:52 +08:00
755e077181
The test verifies that e2fsck can properly fix a file system where the value of s_first_meta_bg in the superblock is larger than the number of block group descriptors in the file system. E2fsck will fix this by clearing the meta_bg feature. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
21 lines
544 B
Groff
21 lines
544 B
Groff
First_meta_bg is too big. (2, max value 1). Clear? yes
|
|
|
|
Pass 1: Checking inodes, blocks, and sizes
|
|
Pass 2: Checking directory structure
|
|
Pass 3: Checking directory connectivity
|
|
Pass 4: Checking reference counts
|
|
Pass 5: Checking group summary information
|
|
Block bitmap differences: -3
|
|
Fix? yes
|
|
|
|
Free blocks count wrong for group #0 (79, counted=80).
|
|
Fix? yes
|
|
|
|
Free blocks count wrong (79, counted=80).
|
|
Fix? yes
|
|
|
|
|
|
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
|
|
test_filesys: 11/16 files (0.0% non-contiguous), 20/100 blocks
|
|
Exit status is 1
|