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
|
1999-09-15 03:54:39 +08:00
|
|
|
Inode 12, i_size is 4096, should be 5120. Fix? yes
|
|
|
|
|
|
|
|
Inode 13, i_size is 0, should be 2048. Fix? yes
|
|
|
|
|
2005-06-19 21:45:36 +08:00
|
|
|
|
|
|
|
Running additional passes to resolve blocks claimed by more than one inode...
|
|
|
|
Pass 1B: Rescanning for multiply-claimed blocks
|
2014-03-16 00:12:35 +08:00
|
|
|
Multiply-claimed block(s) in inode 12: 3--4 6 1
|
|
|
|
Multiply-claimed block(s) in inode 13: 2--3
|
2005-06-19 21:45:36 +08:00
|
|
|
Multiply-claimed block(s) in inode 14: 2
|
2005-07-05 02:08:37 +08:00
|
|
|
Pass 1C: Scanning directories for inodes with multiply-claimed blocks
|
2005-06-19 21:45:36 +08:00
|
|
|
Pass 1D: Reconciling multiply-claimed blocks
|
|
|
|
(There are 3 inodes containing multiply-claimed blocks.)
|
1999-09-15 03:54:39 +08:00
|
|
|
|
2002-08-02 00:37:00 +08:00
|
|
|
File /foo (inode #12, mod time Thu Apr 28 17:57:53 1994)
|
2005-06-19 21:45:36 +08:00
|
|
|
has 4 multiply-claimed block(s), shared with 2 file(s):
|
1999-09-15 03:54:39 +08:00
|
|
|
<filesystem metadata>
|
|
|
|
/bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
|
2005-06-19 21:45:36 +08:00
|
|
|
Clone multiply-claimed blocks? yes
|
1999-09-15 03:54:39 +08:00
|
|
|
|
|
|
|
File /bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
|
2005-06-19 21:45:36 +08:00
|
|
|
has 2 multiply-claimed block(s), shared with 3 file(s):
|
1999-09-15 03:54:39 +08:00
|
|
|
<filesystem metadata>
|
|
|
|
/foo (inode #12, mod time Thu Apr 28 17:57:53 1994)
|
2002-08-02 00:37:00 +08:00
|
|
|
/quux (inode #14, mod time Thu Aug 5 07:18:09 1999)
|
2005-06-19 21:45:36 +08:00
|
|
|
Clone multiply-claimed blocks? yes
|
1997-04-26 22:00:26 +08:00
|
|
|
|
2002-08-02 00:37:00 +08:00
|
|
|
File /quux (inode #14, mod time Thu Aug 5 07:18:09 1999)
|
2005-06-19 21:45:36 +08:00
|
|
|
has 1 multiply-claimed block(s), shared with 2 file(s):
|
1997-04-30 01:48:10 +08:00
|
|
|
<filesystem metadata>
|
1999-09-15 03:54:39 +08:00
|
|
|
/bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
|
2005-06-19 21:45:36 +08:00
|
|
|
Clone multiply-claimed blocks? yes
|
1997-04-26 22:00:26 +08:00
|
|
|
|
|
|
|
Pass 2: Checking directory structure
|
2010-12-23 02:53:02 +08:00
|
|
|
Directory inode 12, block #1, offset 0: directory corrupted
|
|
|
|
Salvage? yes
|
1997-04-26 22:00:26 +08:00
|
|
|
|
2010-12-23 02:53:02 +08:00
|
|
|
Directory inode 12, block #2, offset 0: directory corrupted
|
|
|
|
Salvage? yes
|
|
|
|
|
|
|
|
Directory inode 12, block #3, offset 0: directory corrupted
|
|
|
|
Salvage? yes
|
1997-04-26 22:00:26 +08:00
|
|
|
|
2007-10-22 10:04:03 +08:00
|
|
|
Entry '' in ??? (12) has a zero-length name.
|
|
|
|
Clear? yes
|
1999-09-15 03:54:39 +08:00
|
|
|
|
2009-10-05 06:02:24 +08:00
|
|
|
Directory inode 12, block #4, offset 100: directory corrupted
|
1999-09-15 03:54:39 +08:00
|
|
|
Salvage? yes
|
|
|
|
|
1997-04-26 22:00:26 +08:00
|
|
|
Pass 3: Checking directory connectivity
|
|
|
|
Pass 4: Checking reference counts
|
|
|
|
Pass 5: Checking group summary information
|
1999-09-15 03:54:39 +08:00
|
|
|
Free blocks count wrong for group #0 (77, counted=70).
|
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
|
|
|
Fix? yes
|
|
|
|
|
1999-09-15 03:54:39 +08:00
|
|
|
Free blocks count wrong (77, counted=70).
|
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
|
|
|
Fix? yes
|
1997-04-26 22:00:26 +08:00
|
|
|
|
|
|
|
|
|
|
|
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
|
1999-09-15 03:54:39 +08:00
|
|
|
test_filesys: 14/32 files (7.1% non-contiguous), 30/100 blocks
|
1997-04-26 22:00:26 +08:00
|
|
|
Exit status is 1
|