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