diff options
author | Theodore Ts'o <tytso@mit.edu> | 2012-03-15 19:29:19 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2012-03-15 19:29:19 -0400 |
commit | b9a64a519af790216b6cd5105ccce55ff7f41a09 (patch) | |
tree | acc58b05b2bb5300669f6b162460eb7e461a528e /tests | |
parent | 0f5676f202f9b4edfcd2bf4dde38af54f1b4a101 (diff) | |
download | e2fsprogs-b9a64a519af790216b6cd5105ccce55ff7f41a09.tar.gz e2fsprogs-b9a64a519af790216b6cd5105ccce55ff7f41a09.tar.xz e2fsprogs-b9a64a519af790216b6cd5105ccce55ff7f41a09.zip |
e2fsck: print the current and expected block group checksums
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/f_illitable_flexbg/expect.1 | 2 | ||||
-rw-r--r-- | tests/f_unused_itable/expect.1 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/f_illitable_flexbg/expect.1 b/tests/f_illitable_flexbg/expect.1 index af30bd4e..2d547285 100644 --- a/tests/f_illitable_flexbg/expect.1 +++ b/tests/f_illitable_flexbg/expect.1 @@ -8,7 +8,7 @@ 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 invalid. FIXED. +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 diff --git a/tests/f_unused_itable/expect.1 b/tests/f_unused_itable/expect.1 index 08a97001..a4da987e 100644 --- a/tests/f_unused_itable/expect.1 +++ b/tests/f_unused_itable/expect.1 @@ -9,8 +9,8 @@ Fix? yes Restarting e2fsck from the beginning... One or more block group descriptor checksums are invalid. Fix? yes -Group descriptor 0 checksum is invalid. FIXED. -Group descriptor 1 checksum is invalid. FIXED. +Group descriptor 0 checksum is 0x289d, should be 0x788a. FIXED. +Group descriptor 1 checksum is 0xfaab, should be 0x3a9a. FIXED. Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity |