diff options
Diffstat (limited to 'tests/f_unused_itable/expect.1')
-rw-r--r-- | tests/f_unused_itable/expect.1 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/f_unused_itable/expect.1 b/tests/f_unused_itable/expect.1 new file mode 100644 index 0000000..ffda3c4 --- /dev/null +++ b/tests/f_unused_itable/expect.1 @@ -0,0 +1,24 @@ +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Entry 'foo' in / (2) references inode 65 found in group 1's unused inodes area. +Fix? yes + +Entry '1' in / (2) references inode 12 found in group 0's unused inodes area. +Fix? yes + +Restarting e2fsck from the beginning... +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 inodes count wrong for group #0 (53, counted=51). +Fix? yes + +Free inodes count wrong for group #1 (64, counted=58). +Fix? yes + + +test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** +test_filesys: 19/128 files (0.0% non-contiguous), 165/1000 blocks +Exit status is 1 |