diff options
Diffstat (limited to 'tests/f_orphan_dotdot_ft')
-rw-r--r-- | tests/f_orphan_dotdot_ft/expect.1 | 56 | ||||
-rw-r--r-- | tests/f_orphan_dotdot_ft/expect.2 | 7 | ||||
-rw-r--r-- | tests/f_orphan_dotdot_ft/image.gz | bin | 0 -> 590 bytes | |||
-rw-r--r-- | tests/f_orphan_dotdot_ft/name | 1 |
4 files changed, 64 insertions, 0 deletions
diff --git a/tests/f_orphan_dotdot_ft/expect.1 b/tests/f_orphan_dotdot_ft/expect.1 new file mode 100644 index 0000000..6092495 --- /dev/null +++ b/tests/f_orphan_dotdot_ft/expect.1 @@ -0,0 +1,56 @@ +Pass 1: Checking inodes, blocks, and sizes +Special (device/socket/fifo) inode 12 has non-zero size. Fix? yes + +Inode 12, i_blocks is 2, should be 0. Fix? yes + +Pass 2: Checking directory structure +Entry 'dir' in / (2) has an incorrect filetype (was 2, should be 6). +Fix? yes + +Entry '..' in <12>/<13> (13) has an incorrect filetype (was 2, should be 6). +Fix? yes + +Entry '..' in <12>/<14> (14) has an incorrect filetype (was 2, should be 6). +Fix? yes + +Entry '..' in <12>/<15> (15) has an incorrect filetype (was 2, should be 6). +Fix? yes + +Pass 3: Checking directory connectivity +Unconnected directory inode 13 (was in <12>) +Connect to /lost+found? yes + +Unconnected directory inode 14 (was in <12>) +Connect to /lost+found? yes + +Unconnected directory inode 15 (was in <12>) +Connect to /lost+found? yes + +Pass 4: Checking reference counts +Inode 2 ref count is 4, should be 3. Fix? yes + +Inode 12 ref count is 2, should be 1. Fix? yes + +Inode 13 ref count is 3, should be 2. Fix? yes + +Inode 14 ref count is 3, should be 2. Fix? yes + +Inode 15 ref count is 3, should be 2. Fix? yes + +Pass 5: Checking group summary information +Block bitmap differences: -23 +Fix? yes + +Free blocks count wrong for group #0 (73, counted=74). +Fix? yes + +Free blocks count wrong (73, counted=74). +Fix? yes + +Directories count wrong for group #0 (6, counted=5). +Fix? yes + + +test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** +test_filesys: 15/32 files (0.0% non-contiguous), 26/100 blocks +Exit status is 1 diff --git a/tests/f_orphan_dotdot_ft/expect.2 b/tests/f_orphan_dotdot_ft/expect.2 new file mode 100644 index 0000000..fc68e79 --- /dev/null +++ b/tests/f_orphan_dotdot_ft/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: 15/32 files (0.0% non-contiguous), 26/100 blocks +Exit status is 0 diff --git a/tests/f_orphan_dotdot_ft/image.gz b/tests/f_orphan_dotdot_ft/image.gz Binary files differnew file mode 100644 index 0000000..cb91a64 --- /dev/null +++ b/tests/f_orphan_dotdot_ft/image.gz diff --git a/tests/f_orphan_dotdot_ft/name b/tests/f_orphan_dotdot_ft/name new file mode 100644 index 0000000..8362e9e --- /dev/null +++ b/tests/f_orphan_dotdot_ft/name @@ -0,0 +1 @@ +filetype of .. in orphaned directories |