Home | History | Annotate | Download | only in r_move_itable_realloc
      1 mke2fs -q -F -o Linux -b 1024 -i 1024 -O ^resize_inode -t ext4 test.img 1024000
      2 resize2fs -p test.img 100000000
      3 Resizing the filesystem on test.img to 100000000 (1k) blocks.
      4 Begin pass 2 (max = 2061)
      5 Relocating blocks             ----------------------------------------XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
      6 Begin pass 3 (max = 125)
      7 Scanning inode table          ----------------------------------------XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
      8 Begin pass 5 (max = 5)
      9 Moving inode table            ----------------------------------------XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
     10 The filesystem on test.img is now 99999745 (1k) blocks long.
     11 
     12 Pass 1: Checking inodes, blocks, and sizes
     13 Pass 2: Checking directory structure
     14 Pass 3: Checking directory connectivity
     15 Pass 4: Checking reference counts
     16 Pass 5: Checking group summary information
     17 test_filesys: 11/99999744 files (0.0% non-contiguous), 25048025/99999745 blocks
     18 Exit status is 0
     19 dumpe2fs -h test.img
     20 Filesystem volume name:   <none>
     21 Last mounted on:          <not available>
     22 Filesystem magic number:  0xEF53
     23 Filesystem revision #:    1 (dynamic)
     24 Filesystem features:      has_journal ext_attr dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize
     25 Default mount options:    (none)
     26 Filesystem state:         clean
     27 Errors behavior:          Continue
     28 Filesystem OS type:       Linux
     29 Inode count:              99999744
     30 Block count:              99999745
     31 Reserved block count:     4999987
     32 Free blocks:              74951720
     33 Free inodes:              99999733
     34 First block:              1
     35 Block size:               1024
     36 Fragment size:            1024
     37 Blocks per group:         8192
     38 Fragments per group:      8192
     39 Inodes per group:         8192
     40 Inode blocks per group:   2048
     41 Flex block group size:    16
     42 Mount count:              0
     43 Check interval:           15552000 (6 months)
     44 Reserved blocks uid:      0
     45 Reserved blocks gid:      0
     46 First inode:              11
     47 Inode size:	          256
     48 Required extra isize:     32
     49 Desired extra isize:      32
     50 Journal inode:            8
     51 Default directory hash:   half_md4
     52 Journal backup:           inode blocks
     53 Journal features:         (none)
     54 Journal size:             16M
     55 Journal length:           16384
     56 Journal sequence:         0x00000001
     57 Journal start:            0
     58 
     59