diff options
author | Theodore Ts'o <tytso@mit.edu> | 1997-04-29 16:17:09 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1997-04-29 16:17:09 +0000 |
commit | 19c78dc07fce2d6f39b5e541562afc3ca1ea38ff (patch) | |
tree | 028d1af38c00e2cb267cb966cb68028b0a007b44 /tests/f_badbblocks | |
parent | 21c84b71e205b5ab13f14343da5645dcc985856d (diff) | |
download | e2fsprogs-19c78dc07fce2d6f39b5e541562afc3ca1ea38ff.tar.gz |
Many files:
Checked in e2fsprogs-1.07
Diffstat (limited to 'tests/f_badbblocks')
-rw-r--r-- | tests/f_badbblocks/expect.1 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/f_badbblocks/expect.1 b/tests/f_badbblocks/expect.1 index fd60f675..208543fa 100644 --- a/tests/f_badbblocks/expect.1 +++ b/tests/f_badbblocks/expect.1 @@ -1,12 +1,14 @@ Filesystem did not have a UUID; generating one. +../e2fsck/e2fsck: Illegal indirect block found while reading bad blocks inode +This doesn't bode well, but we'll try to go on... Pass 1: Checking inodes, blocks, and sizes -Remove illegal block(s) in bad block inode? yes +Bad block inode has illegal block(s). Clear? yes -Illegal block 101 in bad block inode. CLEARED -Illegal block 103 in bad block inode. CLEARED -Illegal block 234523 in bad block inode. CLEARED -Illegal block 200 in bad block inode. CLEARED +Illegal block #1 (101) in bad block inode. CLEARED. +Illegal block #2 (103) in bad block inode. CLEARED. +Illegal block #3 (234523) in bad block inode. CLEARED. +Illegal block #-1 (200) in bad block inode. CLEARED. Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts |