mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-23 10:04:01 +08:00
28b966d7c6
When pass1 finds blocks that are mapped to multiple files, it will print every duplicated block. If there are long sequences of duplicate blocks (e.g. the e_pblk field is wrong in an extent), this can cause a gigantic flood of output when a range could convey the same information. Therefore, teach pass1b to print ranges when possible. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
66 lines
2.1 KiB
Groff
66 lines
2.1 KiB
Groff
Filesystem did not have a UUID; generating one.
|
|
|
|
Pass 1: Checking inodes, blocks, and sizes
|
|
Inode 12, i_size is 4096, should be 5120. Fix? yes
|
|
|
|
Inode 13, i_size is 0, should be 2048. Fix? yes
|
|
|
|
|
|
Running additional passes to resolve blocks claimed by more than one inode...
|
|
Pass 1B: Rescanning for multiply-claimed blocks
|
|
Multiply-claimed block(s) in inode 12: 3--4 6 1
|
|
Multiply-claimed block(s) in inode 13: 2--3
|
|
Multiply-claimed block(s) in inode 14: 2
|
|
Pass 1C: Scanning directories for inodes with multiply-claimed blocks
|
|
Pass 1D: Reconciling multiply-claimed blocks
|
|
(There are 3 inodes containing multiply-claimed blocks.)
|
|
|
|
File /foo (inode #12, mod time Thu Apr 28 17:57:53 1994)
|
|
has 4 multiply-claimed block(s), shared with 2 file(s):
|
|
<filesystem metadata>
|
|
/bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
|
|
Clone multiply-claimed blocks? yes
|
|
|
|
File /bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
|
|
has 2 multiply-claimed block(s), shared with 3 file(s):
|
|
<filesystem metadata>
|
|
/foo (inode #12, mod time Thu Apr 28 17:57:53 1994)
|
|
/quux (inode #14, mod time Thu Aug 5 07:18:09 1999)
|
|
Clone multiply-claimed blocks? yes
|
|
|
|
File /quux (inode #14, mod time Thu Aug 5 07:18:09 1999)
|
|
has 1 multiply-claimed block(s), shared with 2 file(s):
|
|
<filesystem metadata>
|
|
/bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
|
|
Clone multiply-claimed blocks? yes
|
|
|
|
Pass 2: Checking directory structure
|
|
Directory inode 12, block #1, offset 0: directory corrupted
|
|
Salvage? yes
|
|
|
|
Directory inode 12, block #2, offset 0: directory corrupted
|
|
Salvage? yes
|
|
|
|
Directory inode 12, block #3, offset 0: directory corrupted
|
|
Salvage? yes
|
|
|
|
Entry '' in ??? (12) has a zero-length name.
|
|
Clear? yes
|
|
|
|
Directory inode 12, block #4, offset 100: directory corrupted
|
|
Salvage? yes
|
|
|
|
Pass 3: Checking directory connectivity
|
|
Pass 4: Checking reference counts
|
|
Pass 5: Checking group summary information
|
|
Free blocks count wrong for group #0 (77, counted=70).
|
|
Fix? yes
|
|
|
|
Free blocks count wrong (77, counted=70).
|
|
Fix? yes
|
|
|
|
|
|
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
|
|
test_filesys: 14/32 files (7.1% non-contiguous), 30/100 blocks
|
|
Exit status is 1
|