Advertisement
Guest User

Untitled

a guest
Apr 28th, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. e2fsck -fDC0 /tmp/fs.ext
  2. e2fsck 1.41.14 (22-Dec-2010)
  3. Pass 1: Checking inodes, blocks, and sizes
  4. Inode 12 missing EXTENT_FL, but is in extents format
  5. Fix<y>? yes
  6.  
  7. Inode 12 has an invalid extent
  8. (logical block 0, invalid physical block 193290, len 1)
  9. Clear<y>? yes
  10.  
  11. Inode 12, i_size is 0, should be 9216. Fix<y>? yes
  12.  
  13. Inode 12, i_blocks is 2, should be 14. Fix<y>? yes
  14.  
  15.  
  16. Running additional passes to resolve blocks claimed by more than one inode...
  17. Pass 1B: Rescanning for multiply-claimed blocks
  18. Multiply-claimed block(s) in inode 7: 4
  19. Multiply-claimed block(s) in inode 12: 4 1 1 1 4
  20. Pass 1C: Scanning directories for inodes with multiply-claimed blocks
  21. Pass 1D: Reconciling multiply-claimed blocks
  22. (There are 1 inodes containing multiply-claimed blocks.)
  23.  
  24. File /baz (inode #12, mod time Thu Apr 28 15:35:15 2011)
  25. has 5 multiply-claimed block(s), shared with 2 file(s):
  26. <filesystem metadata>
  27. <The group descriptor inode> (inode #7, mod time Thu Apr 28 15:34:57 2011)
  28. Clone multiply-claimed blocks<y>? yes
  29.  
  30. Pass 2: Checking directory structure
  31. Pass 3: Checking directory connectivity
  32. Pass 3A: Optimizing directories
  33. Pass 4: Checking reference counts
  34. Pass 5: Checking group summary information
  35. Block bitmap differences: +62218
  36. Fix<y>? yes
  37.  
  38. Free blocks count wrong for group #0 (7671, counted=7666).
  39. Fix<y>? yes
  40.  
  41. Free blocks count wrong for group #7 (7684, counted=7683).
  42. Fix<y>? yes
  43.  
  44. Free blocks count wrong (93486, counted=93480).
  45. Fix<y>? yes
  46.  
  47.  
  48. /tmp/fs.ext: ***** FILE SYSTEM WAS MODIFIED *****
  49. /tmp/fs.ext: 12/25688 files (8.3% non-contiguous), 8920/102400 blocks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement