mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-01 05:53:56 +08:00
8b25041ede
f_expand: Make test case better by testing increasing the size of lost+found where an indirect block must be created. Also add checks to see what happens when directories are disconnected because their containing directory is destroyed (turned into a socket :-) f_dupfsblks: Add additional test cases where files share duplicate blocks with both other files and filesystem metadata.
64 lines
2.0 KiB
Groff
64 lines
2.0 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
|
|
|
|
Duplicate blocks found... invoking duplicate block passes.
|
|
Pass 1B: Rescan for duplicate/bad blocks
|
|
Duplicate/bad block(s) in inode 12: 3 4 6 1
|
|
Duplicate/bad block(s) in inode 13: 2 3
|
|
Duplicate/bad block(s) in inode 14: 2
|
|
Pass 1C: Scan directories for inodes with dup blocks.
|
|
Pass 1D: Reconciling duplicate blocks
|
|
(There are 3 inodes containing duplicate/bad blocks.)
|
|
|
|
File /quux (inode #14, mod time Thu Aug 5 07:18:09 1999)
|
|
has 1 duplicate block(s), shared with 2 file(s):
|
|
<filesystem metadata>
|
|
/bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
|
|
Clone duplicate/bad blocks? yes
|
|
|
|
File /bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
|
|
has 2 duplicate block(s), shared with 3 file(s):
|
|
<filesystem metadata>
|
|
/quux (inode #14, mod time Thu Aug 5 07:18:09 1999)
|
|
/foo (inode #12, mod time Thu Apr 28 17:57:53 1994)
|
|
Clone duplicate/bad blocks? yes
|
|
|
|
File /foo (inode #12, mod time Thu Apr 28 17:57:53 1994)
|
|
has 4 duplicate block(s), shared with 2 file(s):
|
|
<filesystem metadata>
|
|
/bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
|
|
Clone duplicate/bad 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 deleted/unused inode 32. 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
|