mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-20 15:30:42 +08:00
f093caf15e
Add tests to examine how e2fsck deals with (a) the block bitmap being corrupt; (b) the inode bitmap being corrupt; (c) the bitmap checksums being incorrect (but the bitmaps are fine); and (d) the group descriptor checksum itself is incorrect. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
16 lines
530 B
Groff
16 lines
530 B
Groff
One or more block group descriptor checksums are invalid. Fix? yes
|
|
|
|
Group descriptor 0 checksum is 0x49ff, should be 0x4972. FIXED.
|
|
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: -(8--10) -(12--17) -(19--31)
|
|
Fix? yes
|
|
|
|
|
|
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
|
|
test_filesys: 11/128 files (0.0% non-contiguous), 18/512 blocks
|
|
Exit status is 1
|