• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Creating filesystem with 65536 4k blocks and 16384 inodes
2Superblock backups stored on blocks:
3	32768
4
5Allocating group tables:    done
6Writing inode tables:    done
7Creating journal (4096 blocks): done
8Writing superblocks and filesystem accounting information:    done
9
10Pass 1: Checking inodes, blocks, and sizes
11Pass 2: Checking directory structure
12Pass 3: Checking directory connectivity
13Pass 4: Checking reference counts
14Pass 5: Checking group summary information
15test_filesys: 11/16384 files (0.0% non-contiguous), 5164/65536 blocks
16Exit status is 0
17debugfs write journal
18debugfs: logdump -c
19Journal starts at block 1, transaction 1
20Found expected sequence 1, type 1 (descriptor block) at block 1
21Found expected sequence 1, type 2 (commit block) at block 6
22No magic number at block 7: end of journal.
23test_filesys: recovering journal
24Pass 1: Checking inodes, blocks, and sizes
25Pass 2: Checking directory structure
26Pass 3: Checking directory connectivity
27Pass 4: Checking reference counts
28Pass 5: Checking group summary information
29Block bitmap differences:  +(0--1050) +(32768--36880)
30Fix? yes
31
32Inode bitmap differences:  +(1--11)
33Fix? yes
34
35
36test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
37test_filesys: 11/16384 files (0.0% non-contiguous), 5164/65536 blocks
38Exit status is 1
39