diff options
author | Theodore Ts'o <tytso@mit.edu> | 1997-04-29 14:34:47 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1997-04-29 14:34:47 +0000 |
commit | 62c06f790c4920ec2721515e36d599751f6d4d2d (patch) | |
tree | 31d4d21a3607db61f4520e596491f6c36a4b1da1 /tests | |
parent | a4d0961061c96531e31fccd6d702042a074f2514 (diff) | |
download | e2fsprogs-62c06f790c4920ec2721515e36d599751f6d4d2d.tar.gz |
Many files:
Checked in e2fsprogs 1.04.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 12 | ||||
-rw-r--r-- | tests/f_illbbitmap/expect.1 | 7 | ||||
-rw-r--r-- | tests/f_illibitmap/expect.1 | 7 |
3 files changed, 26 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 0a3a63e7..4dcec348 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,15 @@ +Thu May 16 11:12:30 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Release of E2fsprogs version 1.04 + +Wed May 15 21:41:29 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * f_illibitmap/expect.1, f_illbbitmap/expect.1: Changed + expected output to reflect hint which e2fsck will print when + there is a illegal block in the block group + descriptors, pointing at a block bitmap, inode bitmap, + or block in the inode table. + Wed Mar 27 00:33:40 1996 <tytso@rsts-11.mit.edu> * Release of E2fsprogs version 1.03 diff --git a/tests/f_illbbitmap/expect.1 b/tests/f_illbbitmap/expect.1 index 7c9c1f64..5734c257 100644 --- a/tests/f_illbbitmap/expect.1 +++ b/tests/f_illbbitmap/expect.1 @@ -1,3 +1,10 @@ +Note: if there is several inode or block bitmap blocks +which require relocation, or one part of the inode table +which must be moved, you may wish to try running e2fsck +the '-b 8193' option first. The problem may lie only with +the primary block group descriptor, and the backup block +group descriptor may be OK. + Block bitmap for group 0 is not in group. (block 4096) Relocate? yes diff --git a/tests/f_illibitmap/expect.1 b/tests/f_illibitmap/expect.1 index 54719fa8..d06aa306 100644 --- a/tests/f_illibitmap/expect.1 +++ b/tests/f_illibitmap/expect.1 @@ -1,3 +1,10 @@ +Note: if there is several inode or block bitmap blocks +which require relocation, or one part of the inode table +which must be moved, you may wish to try running e2fsck +the '-b 8193' option first. The problem may lie only with +the primary block group descriptor, and the backup block +group descriptor may be OK. + Inode bitmap group 0 not in group. (block 4000) Relocate? yes |