Advertisement
Guest User

BTRFS forced readonly

a guest
Aug 17th, 2020
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. [1/7] checking root items
  2. Fixed 0 roots.
  3. [2/7] checking extents
  4. No device size related problem found
  5. [3/7] checking free space cache
  6. cache and super generation don't match, space cache will be invalidated
  7. [4/7] checking fs roots
  8. [5/7] checking only csums items (without verifying data)
  9. there are no extents for csum range 0-69632
  10. csum exists for 0-69632 but there is no extent record
  11. there are no extents for csum range 37908480-37912576
  12. csum exists for 37908480-37912576 but there is no extent record
  13. there are no extents for csum range 37916672-37953536
  14. csum exists for 37916672-37953536 but there is no extent record
  15. there are no extents for csum range 37961728-37974016
  16. csum exists for 37961728-37974016 but there is no extent record
  17. there are no extents for csum range 37978112-37994496
  18. csum exists for 37978112-37994496 but there is no extent record
  19. there are no extents for csum range 38002688-38014976
  20. ...
  21. ERROR: errors found in csum tree
  22. [6/7] checking root refs
  23. [7/7] checking quota groups skipped (not enabled on this FS)
  24. found 46508266070016 bytes used, error(s) found
  25. total csum bytes: 44330033536
  26. total tree bytes: 52652077056
  27. total fs tree bytes: 1383624704
  28. total extent tree bytes: 1802727424
  29. btree space waste bytes: 3490162872
  30. file data blocks allocated: 312957782777856
  31. referenced 49219623321600
  32.  
  33.  
  34. sudo mount
  35.  
  36. [113739.517181] BTRFS info (device sdh): enabling auto defrag
  37. [113739.517183] BTRFS info (device sdh): use zstd compression, level 3
  38. [113739.517184] BTRFS info (device sdh): disk space caching is enabled
  39. [113757.951526] BTRFS info (device sdh): checking UUID tree
  40.  
  41. rm -rf /path/to/known/bad/folders
  42.  
  43. [113827.068565] BTRFS critical (device sdh): corrupt leaf: root=5 block=209306287087616 slot=0 ino=1180652, invalid inode generation: has 18446744073709551492 expect [0, 7080978]
  44. [113827.068583] BTRFS error (device sdh): block=209306287087616 read time tree block corruption detected
  45. [113827.068950] BTRFS critical (device sdh): corrupt leaf: root=5 block=209306287087616 slot=0 ino=1180652, invalid inode generation: has 18446744073709551492 expect [0, 7080978]
  46. [113827.068967] BTRFS error (device sdh): block=209306287087616 read time tree block corruption detected
  47. [113827.076335] BTRFS critical (device sdh): corrupt leaf: root=5 block=209300993806336 slot=2 ino=1180659, invalid inode generation: has 18446744073709551492 expect [0, 7080978]
  48. [113827.076350] BTRFS error (device sdh): block=209300993806336 read time tree block corruption detected
  49. [113827.077918] BTRFS critical (device sdh): corrupt leaf: root=5 block=209300993806336 slot=2 ino=1180659, invalid inode generation: has 18446744073709551492 expect [0, 7080978]
  50. [113827.077929] BTRFS error (device sdh): block=209300993806336 read time tree block corruption detected
  51. [113827.077958] BTRFS error (device sdh): error loading props for ino 1180658 (root 5): -5
  52. [113827.078375] BTRFS critical (device sdh): corrupt leaf: root=5 block=209300993806336 slot=2 ino=1180659, invalid inode generation: has 18446744073709551492 expect [0, 7080978]
  53. [113827.078391] BTRFS error (device sdh): block=209300993806336 read time tree block corruption detected
  54. [113827.078710] BTRFS critical (device sdh): corrupt leaf: root=5 block=209300993806336 slot=2 ino=1180659, invalid inode generation: has 18446744073709551492 expect [0, 7080978]
  55. [113827.078725] BTRFS error (device sdh): block=209300993806336 read time tree block corruption detected
  56. [113827.078771] BTRFS info (device sdh): failed to delete reference to A8eiSVYZ-zxjweC1kLC5k___TN-640, inode 1180658 parent 1180153
  57. [113827.078776] BTRFS: error (device sdh) in __btrfs_unlink_inode:4171: errno=-5 IO failure
  58. [113827.078787] BTRFS info (device sdh): forced readonly
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement