Advertisement
Guest User

Untitled

a guest
May 5th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. # fsck.ext4 -fn /dev/sdb2
  2.  
  3. e2fsck 1.42.9 (4-Feb-2014)
  4. Warning! /dev/sdb2 is mounted.
  5. Warning: skipping journal recovery because doing a read-only filesystem check.
  6. Pass 1: Checking inodes, blocks, and sizes
  7. Deleted inode 524292 has zero dtime. Fix? no
  8.  
  9. Inodes that were part of a corrupted orphan linked list found. Fix? no
  10.  
  11. Inode 524293 was part of the orphaned inode list. IGNORED.
  12. Inode 524294 was part of the orphaned inode list. IGNORED.
  13. Inode 524299 was part of the orphaned inode list. IGNORED.
  14. Inode 524300 was part of the orphaned inode list. IGNORED.
  15. Inode 524301 was part of the orphaned inode list. IGNORED.
  16. Inode 524302 was part of the orphaned inode list. IGNORED.
  17. Inode 524310 was part of the orphaned inode list. IGNORED.
  18. Inode 524321 was part of the orphaned inode list. IGNORED.
  19. Inode 524322 was part of the orphaned inode list. IGNORED.
  20. Inode 524325 was part of the orphaned inode list. IGNORED.
  21. Inode 2492565 was part of the orphaned inode list. IGNORED.
  22. Inode 2622677 was part of the orphaned inode list. IGNORED.
  23. Inode 2622678 was part of the orphaned inode list. IGNORED.
  24. Inode 2883748 was part of the orphaned inode list. IGNORED.
  25. Inode 2884069 was part of the orphaned inode list. IGNORED.
  26. Inode 2885175 was part of the orphaned inode list. IGNORED.
  27. Pass 2: Checking directory structure
  28. Entry 'Default_keyring.keyring' in /home/vlastimil/.local/share/keyrings (2495478) has deleted/unused inode 2498649. Clear? no
  29.  
  30. Pass 3: Checking directory connectivity
  31. Pass 4: Checking reference counts
  32. Unattached inode 2491790
  33. Connect to /lost+found? no
  34.  
  35. Pass 5: Checking group summary information
  36. Block bitmap differences: -(34281--34303) -11650577 -(11650579--11650580) -11650591 -(11650594--11650595) -(13270059--13270073) -(13272582--13272583) -(20542474--20542475) +(26022912--26023347) -(26029568--26030003)
  37. Fix? no
  38.  
  39. Free blocks count wrong (14476802, counted=14476694).
  40. Fix? no
  41.  
  42. Inode bitmap differences: -(524292--524294) -(524299--524302) -524310 -(524321--524322) -524325 +2491790 -2492565 -2498649 -(2622677--2622678) -2883748 -2884069 -2885175
  43. Fix? no
  44.  
  45. Free inodes count wrong (7371936, counted=7371916).
  46. Fix? no
  47.  
  48.  
  49. /dev/sdb2: ********** WARNING: Filesystem still has errors **********
  50.  
  51. /dev/sdb2: 443232/7815168 files (0.1% non-contiguous), 16757502/31234304 blocks
  52.  
  53. # touch /forcefsck
  54.  
  55. # fsck.ext4 -n /dev/sdb2
  56.  
  57. e2fsck 1.42.9 (4-Feb-2014)
  58. Warning! /dev/sdb2 is mounted.
  59. Warning: skipping journal recovery because doing a read-only filesystem check.
  60. /dev/sdb2: clean, 443232/7815168 files, 16757502/31234304 blocks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement