Advertisement
Guest User

Untitled

a guest
Sep 9th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. [root@localhost btrfs-progs]# ./btrfs-find-root /dev/mapper/ce
  2. Super think's the tree root is at 27785830400, chunk root 147456
  3. Well block 1109037056 seems great, but generation doesn't match, have=168269, want=168295
  4. Well block 1436610560 seems great, but generation doesn't match, have=168271, want=168295
  5. Well block 1516789760 seems great, but generation doesn't match, have=168272, want=168295
  6. Well block 1730539520 seems great, but generation doesn't match, have=168273, want=168295
  7. Well block 1877491712 seems great, but generation doesn't match, have=168277, want=168295
  8. Well block 2064883712 seems great, but generation doesn't match, have=168278, want=168295
  9. Well block 9715023872 seems great, but generation doesn't match, have=168283, want=168295
  10. Well block 10268372992 seems great, but generation doesn't match, have=168285, want=168295
  11. Well block 10470375424 seems great, but generation doesn't match, have=168287, want=168295
  12. Well block 10512089088 seems great, but generation doesn't match, have=168288, want=168295
  13. Well block 10720202752 seems great, but generation doesn't match, have=168289, want=168295
  14. Well block 27125489664 seems great, but generation doesn't match, have=168290, want=168295
  15. Well block 27145584640 seems great, but generation doesn't match, have=168291, want=168295
  16. Well block 27393687552 seems great, but generation doesn't match, have=168292, want=168295
  17. Well block 27790610432 seems great, but generation doesn't match, have=168299, want=168295
  18. Well block 27817095168 seems great, but generation doesn't match, have=168313, want=168295
  19. Well block 27817586688 seems great, but generation doesn't match, have=168314, want=168295
  20. Well block 125742673920 seems great, but generation doesn't match, have=168173, want=168295
  21. Well block 126460907520 seems great, but generation doesn't match, have=168176, want=168295
  22. Well block 126833016832 seems great, but generation doesn't match, have=168182, want=168295
  23. Well block 126949371904 seems great, but generation doesn't match, have=168183, want=168295
  24. Well block 127775068160 seems great, but generation doesn't match, have=168197, want=168295
  25. Well block 128082210816 seems great, but generation doesn't match, have=168255, want=168295
  26. Well block 128665198592 seems great, but generation doesn't match, have=168168, want=168295
  27. No more metdata to scan, exiting
  28.  
  29.  
  30. [root@localhost btrfs-progs]# ./btrfs restore /dev/mapper/ce /home/ce/rescue/
  31. parent transid verify failed on 27785830400 wanted 168295 found 168298
  32. parent transid verify failed on 27785830400 wanted 168295 found 168298
  33. Ignoring transid failure
  34. Couldn't setup extent tree
  35. Couldn't read fs root: -2
  36.  
  37. [root@localhost btrfs-progs]# ./btrfs restore -t 128665198592 /dev/mapper/ce /home/ce/rescue/
  38. parent transid verify failed on 128665198592 wanted 168295 found 168168
  39. parent transid verify failed on 128665198592 wanted 168295 found 168168
  40. Ignoring transid failure
  41. parent transid verify failed on 128665333760 wanted 168168 found 168260
  42. parent transid verify failed on 128665333760 wanted 168168 found 168260
  43. Ignoring transid failure
  44. leaf parent key incorrect 128665333760
  45. Couldn't setup extent tree
  46. parent transid verify failed on 128665333760 wanted 168168 found 168260
  47. Ignoring transid failure
  48. leaf parent key incorrect 128665333760
  49. Couldn't read fs root: -1
  50.  
  51.  
  52. mount with -o recovery:
  53. [ 460.397879] btrfs: enabling auto recovery
  54. [ 460.397882] btrfs: disk space caching is enabled
  55. [ 460.397883] btrfs: has skinny extents
  56. [ 460.399808] parent transid verify failed on 27785830400 wanted 168295 found 168298
  57. [ 460.399811] btrfs: failed to read tree root on dm-0
  58. [ 460.400045] parent transid verify failed on 27785830400 wanted 168295 found 168298
  59. [ 460.400048] btrfs: failed to read tree root on dm-0
  60. [ 460.400408] parent transid verify failed on 27780313088 wanted 168294 found 168297
  61. [ 460.400411] btrfs: failed to read tree root on dm-0
  62. [ 460.400798] parent transid verify failed on 27763916800 wanted 168293 found 168299
  63. [ 460.400802] btrfs: failed to read tree root on dm-0
  64. [ 460.418566] btrfs bad tree block start 8844446699414819576 27357323264
  65. [ 460.418577] Failed to read block groups: -5
  66. [ 460.421289] btrfs: open_ctree failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement