Advertisement
Guest User

Untitled

a guest
Oct 13th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo e2fsck -C0 -f -y -v /dev/sda2
  2. e2fsck 1.43.4 (31-Jan-2017)
  3. Pass 1: Checking inodes, blocks, and sizes
  4. Inodes that were part of a corrupted orphan linked list found. Fix? yes
  5.  
  6. Inode 23202626 was part of the orphaned inode list. FIXED.
  7. Inode 23202628 was part of the orphaned inode list. FIXED.
  8. Inode 23202629 was part of the orphaned inode list. FIXED.
  9. Inode 23202630 was part of the orphaned inode list. FIXED.
  10. Inode 23202633 was part of the orphaned inode list. FIXED.
  11. Deleted inode 23202635 has zero dtime. Fix? yes
  12.  
  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. Block bitmap differences: -92831750 -92832260 -92877857 -92881940
  18. Fix? yes
  19.  
  20. Free blocks count wrong (115841789, counted=115841585).
  21. Fix? yes
  22.  
  23. Free inodes count wrong (29964179, counted=29964174).
  24. Fix? yes
  25.  
  26.  
  27. /dev/sda2: ***** FILE SYSTEM WAS MODIFIED *****
  28.  
  29. 534642 inodes used (1.75%, out of 30498816)
  30. 2104 non-contiguous files (0.4%)
  31. 364 non-contiguous directories (0.1%)
  32. # of inodes with ind/dind/tind blocks: 0/0/0
  33. Extent depth histogram: 490480/91
  34. 6123471 blocks used (5.02%, out of 121965056)
  35. 0 bad blocks
  36. 2 large files
  37.  
  38. 394236 regular files
  39. 83100 directories
  40. 7 character device files
  41. 0 block device files
  42. 0 fifos
  43. 6 links
  44. 57289 symbolic links (44055 fast symbolic links)
  45. 1 socket
  46. ------------
  47. 534639 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement