mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-27 20:14:46 +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>
24 lines
730 B
Groff
24 lines
730 B
Groff
ext2fs_check_desc: Corrupt group descriptor: bad block for block bitmap
|
|
../e2fsck/e2fsck: Group descriptors look bad... trying backup blocks...
|
|
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
|
|
Free blocks count wrong for group #0 (7987, counted=7982).
|
|
Fix? yes
|
|
|
|
Free blocks count wrong (11602, counted=11597).
|
|
Fix? yes
|
|
|
|
Free inodes count wrong for group #0 (1493, counted=1488).
|
|
Fix? yes
|
|
|
|
Free inodes count wrong (2997, counted=2992).
|
|
Fix? yes
|
|
|
|
|
|
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
|
|
test_filesys: 16/3008 files (0.0% non-contiguous), 403/12000 blocks
|
|
Exit status is 1
|