Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. root@reyals-filebox:~#mount -t btrfs -o ro,recovery,degraded /dev/sdc /media/storage
  2. from log
  3. [97782.998489] BTRFS info (device sdd): enabling auto recovery
  4. [97782.998492] BTRFS info (device sdd): allowing degraded mounts
  5. [97782.998494] BTRFS info (device sdd): disk space caching is enabled
  6. [97791.451770] BTRFS (device sdd): parent transid verify failed on 10660258889728 wanted 20131 found 19709
  7. [97791.451835] BTRFS (device sdd): parent transid verify failed on 10660258889728 wanted 20131 found 19709
  8. [97791.451909] BTRFS (device sdd): parent transid verify failed on 10660258889728 wanted 20131 found 19709
  9. [97791.451912] BTRFS: Failed to read block groups: -5
  10. [97791.485669] BTRFS: open_ctree failed
  11.  
  12.  
  13.  
  14. root@reyals-filebox:~/git/btrfs-progs# ./btrfs rescue zero-log /dev/sdd
  15. warning, device 1 is missing
  16. warning devid 1 not found already
  17. checksum verify failed on 10660436295680 found 04792A84 wanted EDD39A08
  18. bytenr mismatch, want=10660436295680, have=10660436230144
  19. Couldn't setup extent tree
  20. checksum verify failed on 10660433723392 found B14AF516 wanted 5D10D3E2
  21. checksum verify failed on 10660433723392 found B14AF516 wanted 5D10D3E2
  22. bytenr mismatch, want=10660433723392, have=254192486267648
  23. ERROR: could not open ctree
  24.  
  25.  
  26.  
  27.  
  28. root@reyals-filebox:~/git/btrfs-progs# ./btrfs rescue chunk-recover /dev/sdd -v
  29. All Devices:
  30. Device: id = 2, name = /dev/sde
  31. Device: id = 6, name = /dev/sdh
  32. Device: id = 5, name = /dev/sdg
  33. Device: id = 7, name = /dev/sdf
  34. Device: id = 8, name = /dev/sdc
  35. Device: id = 3, name = /dev/sdd
  36.  
  37. Scanning: 0 in dev0, 0 in dev1, 0 in dev2, 0 in dev3, 0 in dev4, 0 in dev5Segmentation fault (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement