diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:49:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:49:25 +0000 |
commit | 464df1d5e5ab1322e2dd0a7796939fff1aeefa9a (patch) | |
tree | 6a403684e0978f0287d7f0ec0e5aab1fd31a59e1 /tests/f_lotsbad | |
parent | Initial commit. (diff) | |
download | e2fsprogs-upstream.tar.xz e2fsprogs-upstream.zip |
Adding upstream version 1.47.0.upstream/1.47.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tests/f_lotsbad/expect.1 | 61 | ||||
-rw-r--r-- | tests/f_lotsbad/expect.2 | 7 | ||||
-rw-r--r-- | tests/f_lotsbad/image.gz | bin | 0 -> 3694 bytes | |||
-rw-r--r-- | tests/f_lotsbad/name | 1 |
4 files changed, 69 insertions, 0 deletions
diff --git a/tests/f_lotsbad/expect.1 b/tests/f_lotsbad/expect.1 new file mode 100644 index 0000000..d9e8a24 --- /dev/null +++ b/tests/f_lotsbad/expect.1 @@ -0,0 +1,61 @@ +Filesystem did not have a UUID; generating one. + +Pass 1: Checking inodes, blocks, and sizes +Inode 13 is too big. Truncate? yes + +Block #16580876 (74) causes directory to be too big. CLEARED. +Inode 13, i_size is 15360, should be 12288. Fix? yes + +Inode 13, i_blocks is 32, should be 30. Fix? yes + +Inode 12 has illegal block(s). Clear? yes + +Illegal block #12 (778398818) in inode 12. CLEARED. +Illegal block #13 (1768444960) in inode 12. CLEARED. +Illegal block #14 (1752375411) in inode 12. CLEARED. +Illegal block #15 (1684829551) in inode 12. CLEARED. +Illegal block #16 (1886349344) in inode 12. CLEARED. +Illegal block #17 (1819633253) in inode 12. CLEARED. +Illegal block #18 (1663072620) in inode 12. CLEARED. +Illegal block #19 (1735287144) in inode 12. CLEARED. +Illegal block #20 (1310731877) in inode 12. CLEARED. +Illegal block #21 (560297071) in inode 12. CLEARED. +Illegal block #22 (543512352) in inode 12. CLEARED. +Too many illegal blocks in inode 12. +Clear inode? yes + +Restarting e2fsck from the beginning... +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Entry 'termcap' in / (2) has deleted/unused inode 12. Clear? yes + +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Inode 2 ref count is 5, should be 4. Fix? yes + +Pass 5: Checking group summary information +Block bitmap differences: -(27--41) -(44--45) -(74--90) +Fix? yes + +Free blocks count wrong for group #0 (9, counted=43). +Fix? yes + +Free blocks count wrong (9, counted=43). +Fix? yes + +Inode bitmap differences: -12 -14 +Fix? yes + +Free inodes count wrong for group #0 (18, counted=20). +Fix? yes + +Directories count wrong for group #0 (4, counted=3). +Fix? yes + +Free inodes count wrong (18, counted=20). +Fix? yes + + +test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** +test_filesys: 12/32 files (0.0% non-contiguous), 57/100 blocks +Exit status is 1 diff --git a/tests/f_lotsbad/expect.2 b/tests/f_lotsbad/expect.2 new file mode 100644 index 0000000..da1208f --- /dev/null +++ b/tests/f_lotsbad/expect.2 @@ -0,0 +1,7 @@ +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 +test_filesys: 12/32 files (0.0% non-contiguous), 57/100 blocks +Exit status is 0 diff --git a/tests/f_lotsbad/image.gz b/tests/f_lotsbad/image.gz Binary files differnew file mode 100644 index 0000000..8fd5d1e --- /dev/null +++ b/tests/f_lotsbad/image.gz diff --git a/tests/f_lotsbad/name b/tests/f_lotsbad/name new file mode 100644 index 0000000..16b77c1 --- /dev/null +++ b/tests/f_lotsbad/name @@ -0,0 +1 @@ +too many illegal blocks in inode |