mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2025-01-06 08:33:26 +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>
25 lines
889 B
Groff
25 lines
889 B
Groff
ext2fs_check_desc: Corrupt group descriptor: bad block for inode table
|
|
../e2fsck/e2fsck: Group descriptors look bad... trying backup blocks...
|
|
Inode table for group 1 is not in group. (block 0)
|
|
WARNING: SEVERE DATA LOSS POSSIBLE.
|
|
Relocate? yes
|
|
|
|
Pass 1: Checking inodes, blocks, and sizes
|
|
Relocating group 1's inode table to 142...
|
|
Restarting e2fsck from the beginning...
|
|
One or more block group descriptor checksums are invalid. Fix? yes
|
|
|
|
Group descriptor 1 checksum is 0x1cee, should be 0xf809. 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
|
|
Inode bitmap differences: -(65--128)
|
|
Fix? yes
|
|
|
|
|
|
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
|
|
test_filesys: 12/256 files (0.0% non-contiguous), 31163/32768 blocks
|
|
Exit status is 1
|