1997-04-29 22:34:47 +08:00
|
|
|
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
|
1997-04-30 01:48:10 +08:00
|
|
|
with 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.
|
1997-04-29 22:34:47 +08:00
|
|
|
|
1997-04-30 00:17:09 +08:00
|
|
|
Inode bitmap for group 0 is not in group. (block 4000)
|
1997-04-26 22:00:26 +08:00
|
|
|
Relocate? yes
|
|
|
|
|
1997-04-29 22:53:37 +08:00
|
|
|
Filesystem did not have a UUID; generating one.
|
|
|
|
|
1997-04-26 22:00:26 +08:00
|
|
|
Pass 1: Checking inodes, blocks, and sizes
|
|
|
|
Relocating group 0's inode bitmap to 4...
|
|
|
|
Pass 2: Checking directory structure
|
|
|
|
Pass 3: Checking directory connectivity
|
|
|
|
Pass 4: Checking reference counts
|
|
|
|
Pass 5: Checking group summary information
|
Many files:
pass*.c, super.c: Massive changes to avoid using printf and com_err
routines. All diagnostic messages are now routed through the
fix_problem interface.
pass2.c (check_dir_block): Check for duplicate '.' and '..' entries.
problem.c, problem.h: Add new problem codes PR_2_DUP_DOT and
PR_2_DUP_DOT_DOT.
problem.c: Added new problem codes for some of the superblock
corruption checks, and for the pass header messages. ("Pass
1: xxxxx")
util.c (print_resource_track): Now takes a description argument.
super.c, unix.c, e2fsck.c: New files to separate out the
operating-specific operations out from e2fsck.c. e2fsck.c now
contains the global e2fsck context management routines, and
super.c contains the "pass 0" initial validation of the
superblock and global block group descriptors.
pass1.c, pass2.c, pass3.c, pass4.c, pass5.c, util.c: Eliminate
(nearly) all global variables and moved them to the e2fsck
context structure.
problem.c, problem.h: Added new problem codes PR_0_SB_CORRUPT,
PR_0_FS_SIZE_WRONG, PR_0_NO_FRAGMENTS, PR_0_BLOCKS_PER_GROUP,
PR_0_FIRST_DATA_BLOCK
expect.1, expect.2:
Updated tests to align with e2fsck problem.c changes.
1997-10-04 01:48:10 +08:00
|
|
|
Inode bitmap differences: +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11
|
|
|
|
Fix? yes
|
1997-04-26 22:00:26 +08:00
|
|
|
|
|
|
|
|
|
|
|
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
|
1997-04-26 22:37:06 +08:00
|
|
|
test_filesys: 11/32 files (0.0% non-contiguous), 22/100 blocks
|
1997-04-26 22:00:26 +08:00
|
|
|
Exit status is 1
|