File: expect

package info (click to toggle)
e2fsprogs 1.41.12-4stable1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 22,856 kB
  • ctags: 8,515
  • sloc: ansic: 81,110; sh: 4,505; makefile: 3,976; awk: 521; yacc: 288; perl: 165; sed: 156; python: 23
file content (18 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
debugfs load/dump test
mke2fs -Fq -b 1024 ./test.img 512
Exit status is 0
debugfs -R ''write test.data test_data'' -w ./test.img
Allocated inode: 12
Exit status is 0
e2fsck -yf -N test_filesys
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
test_filesys: 12/64 files (0.0% non-contiguous), 158/512 blocks
Exit status is 0
debugfs -R ''dump test_data test.verify'' ./test.img
Exit status is 0
cmp test.data test.verify
Exit status is 0