Advertisement
Guest User

Untitled

a guest
Sep 10th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. sudo e2fsck -f /dev/mapper/ubuntu--vg-root
  2. e2fsck 1.44.1 (24-Mar-2018)
  3. The filesystem size (according to the superblock) is 94371840 blocks
  4. The physical size of the device is 92998656 blocks
  5. Either the superblock or the partition table is likely to be corrupt!
  6. Abort<y>? no
  7. Pass 1: Checking inodes, blocks, and sizes
  8. Pass 2: Checking directory structure
  9. Pass 3: Checking directory connectivity
  10. Pass 4: Checking reference counts
  11. Pass 5: Checking group summary information
  12. Error reading block 93323264 (Invalid argument) while reading inode and block bitmaps. Ignore error<y>? yes
  13. Force rewrite<y>? yes
  14. Error reading block 93847552 (Invalid argument) while reading inode and block bitmaps. Ignore error<y>? yes
  15. Force rewrite<y>? yes
  16. Error reading block 93847567 (Invalid argument) while reading inode and block bitmaps. Ignore error<y>? yes
  17. Force rewrite<y>? yes
  18. Block bitmap differences: +93323264 +93323280 +(93323296--93323807) +93847552 +(93847567--93847568) +(93847583--93848095) +(93855264--93855775)
  19. Fix<y>? yes
  20. Error writing block 93847552 (Invalid argument). Ignore error<y>? yes
  21. Error writing block 93847567 (Invalid argument). Ignore error<y>? yes
  22. Error writing block 93323264 (Invalid argument). Ignore error<y>? yes
  23. Error writing block 93847552 (Invalid argument). Ignore error<y>? yes
  24. Error writing block 93847567 (Invalid argument). Ignore error<y>?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement