Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. mint@mint ~ $ sudo e2fsck -a /dev/sda5
  2. /dev/sda5: clean, 214732/14082048 files, 13055080/56320000 blocks
  3. mint@mint ~ $ man e2fsck
  4. mint@mint ~ $ sudo e2fsck -f /dev/sda5
  5. e2fsck 1.42.9 (4-Feb-2014)
  6. Pass 1: Checking inodes, blocks, and sizes
  7. Error reading block 15730506 (Attempt to read block from filesystem resulted in short read) while getting next inode from scan. Ignore error<y>? yes
  8. Force rewrite<y>? yes
  9. Error reading block 15730507 (Attempt to read block from filesystem resulted in short read) while getting next inode from scan. Ignore error<y>? yes
  10. Force rewrite<y>? yes
  11. Error reading block 15731140 (Attempt to read block from filesystem resulted in short read) while getting next inode from scan. Ignore error<y>? yes
  12. Force rewrite<y>? yes
  13. Error reading block 15731141 (Attempt to read block from filesystem resulted in short read) while getting next inode from scan. Ignore error<y>?
  14. /dev/sda5: e2fsck canceled.
  15. mint@mint ~ $ sudo e2fsck -af /dev/sda5
  16. Error reading block 15731141 (Attempt to read block from filesystem resulted in short read) while getting next inode from scan.
  17.  
  18. /dev/sda5: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
  19. (i.e., without -a or -p options)
  20. mint@mint ~ $ sudo e2fsck -f /dev/sda5
  21. e2fsck 1.42.9 (4-Feb-2014)
  22. Pass 1: Checking inodes, blocks, and sizes
  23. Error reading block 15731141 (Attempt to read block from filesystem resulted in short read) while getting next inode from scan. Ignore error<y>? no
  24. Error while scanning inodes (3971584): Can't read next inode
  25. e2fsck: aborted
  26. mint@mint ~ $
  27. mint@mint ~ $ sudo e2fsck -f /dev/sda5
  28. e2fsck 1.42.9 (4-Feb-2014)
  29. Pass 1: Checking inodes, blocks, and sizes
  30. Error reading block 15731141 (Attempt to read block from filesystem resulted in short read) while getting next inode from scan. Ignore error<y>? yes
  31. Force rewrite<y>? yes
  32. Pass 2: Checking directory structure
  33. Pass 3: Checking directory connectivity
  34. Pass 4: Checking reference counts
  35. Pass 5: Checking group summary information
  36. /dev/sda5: 214732/14082048 files (0.4% non-contiguous), 13055080/56320000 blocks
  37. mint@mint ~ $ sudo e2fsck -f /dev/sda5
  38. e2fsck 1.42.9 (4-Feb-2014)
  39. Pass 1: Checking inodes, blocks, and sizes
  40. Pass 2: Checking directory structure
  41. Pass 3: Checking directory connectivity
  42. Pass 4: Checking reference counts
  43. Pass 5: Checking group summary information
  44. /dev/sda5: 214732/14082048 files (0.4% non-contiguous), 13055080/56320000 blocks
  45. mint@mint ~ $ sudo e2fsck -a /dev/sda5
  46. /dev/sda5: clean, 214732/14082048 files, 13055080/56320000 blocks
  47. mint@mint ~ $ sudo e2fsck -fa /dev/sda5
  48. /dev/sda5: 214732/14082048 files (0.4% non-contiguous), 13055080/56320000 blocks
  49. mint@mint ~ $ man e2
  50. e2freefrag e2fsck e2fsck.conf e2image e2label e2undo
  51. mint@mint ~ $ man e2freefrag
  52. mint@mint ~ $ ls
  53. Desktop Documents Downloads Music Pictures Public Templates Videos
  54. mint@mint ~ $ man e2fsck
  55. mint@mint ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement