• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Creating filesystem with 262144 1k blocks and 0 inodes
2Superblock backups stored on blocks:
3
4Zeroing journal device:              
5Creating filesystem with 262144 1k blocks and 16384 inodes
6Superblock backups stored on blocks:
7	8193, 24577, 40961, 57345, 73729, 204801, 221185
8
9Allocating group tables:      done
10Writing inode tables:      done
11Writing superblocks and filesystem accounting information:      done
12
13debugfs add journal device/UUID
14debugfs: feature has_journal
15Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize
16debugfs: ssv journal_dev 0x9999
17debugfs: ssv journal_uuid 1db3f677-6832-4adb-bafc-8e4059c30a34
18Pass 1: Checking inodes, blocks, and sizes
19Pass 2: Checking directory structure
20Pass 3: Checking directory connectivity
21Pass 4: Checking reference counts
22Pass 5: Checking group summary information
23test_filesys: 11/16384 files (0.0% non-contiguous), 6239/262144 blocks
24Exit status is 0
25debugfs write journal
26debugfs: logdump -c
27Ext2 superblock header found.
28Journal starts at block 3, transaction 1
29Found expected sequence 1, type 1 (descriptor block) at block 3
30Found expected sequence 1, type 1 (descriptor block) at block 128
31Found expected sequence 1, type 1 (descriptor block) at block 253
32Found expected sequence 1, type 1 (descriptor block) at block 378
33Found expected sequence 1, type 1 (descriptor block) at block 503
34Found expected sequence 1, type 1 (descriptor block) at block 628
35Found expected sequence 1, type 1 (descriptor block) at block 753
36Found expected sequence 1, type 1 (descriptor block) at block 878
37Found expected sequence 1, type 1 (descriptor block) at block 1003
38Found expected sequence 1, type 1 (descriptor block) at block 1128
39Found expected sequence 1, type 1 (descriptor block) at block 1253
40Found expected sequence 1, type 1 (descriptor block) at block 1378
41Found expected sequence 1, type 1 (descriptor block) at block 1503
42Found expected sequence 1, type 1 (descriptor block) at block 1628
43Found expected sequence 1, type 1 (descriptor block) at block 1753
44Found expected sequence 1, type 1 (descriptor block) at block 1878
45Found expected sequence 1, type 1 (descriptor block) at block 2003
46Found expected sequence 1, type 1 (descriptor block) at block 2128
47Found expected sequence 1, type 1 (descriptor block) at block 2253
48Found expected sequence 1, type 1 (descriptor block) at block 2378
49Found expected sequence 1, type 1 (descriptor block) at block 2503
50Found expected sequence 1, type 1 (descriptor block) at block 2628
51Found expected sequence 1, type 1 (descriptor block) at block 2753
52Found expected sequence 1, type 1 (descriptor block) at block 2878
53Found expected sequence 1, type 1 (descriptor block) at block 3003
54Found expected sequence 1, type 1 (descriptor block) at block 3128
55Found expected sequence 1, type 1 (descriptor block) at block 3253
56Found expected sequence 1, type 1 (descriptor block) at block 3378
57Found expected sequence 1, type 1 (descriptor block) at block 3503
58Found expected sequence 1, type 1 (descriptor block) at block 3628
59Found expected sequence 1, type 1 (descriptor block) at block 3753
60Found expected sequence 1, type 1 (descriptor block) at block 3878
61Found expected sequence 1, type 1 (descriptor block) at block 4003
62Found expected sequence 1, type 1 (descriptor block) at block 4128
63Found expected sequence 1, type 2 (commit block) at block 4135
64No magic number at block 4136: end of journal.
65debugfs fsck
66test_filesys: recovering journal
67Resize inode not valid.  Recreate? yes
68
69Pass 1: Checking inodes, blocks, and sizes
70Root inode is not a directory.  Clear? yes
71
72Pass 2: Checking directory structure
73Pass 3: Checking directory connectivity
74Root inode not allocated.  Allocate? yes
75
76/lost+found not found.  Create? yes
77
78Pass 4: Checking reference counts
79Pass 5: Checking group summary information
80Block bitmap differences:  +(1--259) +275 +(291--418) +2341
81Fix? yes
82
83Free blocks count wrong for group #0 (5838, counted=5851).
84Fix? yes
85
86Free blocks count wrong (255903, counted=255916).
87Fix? yes
88
89Inode bitmap differences:  +1 +(3--10)
90Fix? yes
91
92Free inodes count wrong for group #0 (500, counted=501).
93Fix? yes
94
95Directories count wrong for group #0 (3, counted=2).
96Fix? yes
97
98Free inodes count wrong (16372, counted=16373).
99Fix? yes
100
101
102test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
103test_filesys: 11/16384 files (0.0% non-contiguous), 6228/262144 blocks
104Exit status is 1
105