mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 10:33:35 +08:00
010c49cf49
Print the actual errors returned by ext2fs_open2() and ext2fs_check_desc() before we fall back to the backup block group descriptors so that it's easier to see if there is some obscure failure that is causing e2fsck to think that it should use the backup block group descriptors. Addresses-Google-Bug: #6208183 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
20 lines
625 B
Groff
20 lines
625 B
Groff
ext2fs_check_desc: Corrupt group descriptor: bad block for inode bitmap
|
|
Filesystem did not have a UUID; generating one.
|
|
|
|
Pass 1: Checking inodes, blocks, and sizes
|
|
Group 0's inode bitmap at 3 conflicts with some other fs block.
|
|
Relocate? yes
|
|
|
|
Relocating group 0's inode bitmap from 3 to 4...
|
|
Pass 2: Checking directory structure
|
|
Pass 3: Checking directory connectivity
|
|
Pass 4: Checking reference counts
|
|
Pass 5: Checking group summary information
|
|
Inode bitmap differences: -(12--21)
|
|
Fix? yes
|
|
|
|
|
|
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
|
|
test_filesys: 11/32 files (0.0% non-contiguous), 22/100 blocks
|
|
Exit status is 1
|