Advertisement
Guest User

btrfs raid10 mount fails

a guest
Feb 6th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. #uname -r
  2. 4.4.1
  3.  
  4. #btrfs --version
  5. btrfs-progs v4.4
  6.  
  7. # mount -t btrfs -o ro,recovery /dev/xvdg /media/Files
  8. mount: wrong fs type, bad option, bad superblock on /dev/xvdg,
  9. missing codepage or helper program, or other error
  10. In some cases useful info is found in syslog - try
  11. dmesg | tail or so
  12.  
  13.  
  14. # dmesg | tail
  15. [ 180.256220] BTRFS info (device xvdg): enabling auto recovery
  16. [ 180.256227] BTRFS info (device xvdg): disk space caching is enabled
  17. [ 180.258068] BTRFS: failed to read the system array on xvdg
  18. [ 180.276159] BTRFS: open_ctree failed
  19.  
  20.  
  21. # btrfs fi show
  22. Label: 'Files' uuid: 0bdc22d7-7684-4a92-8589-45742101f04b
  23. Total devices 8 FS bytes used 2.87TiB
  24. devid 1 size 931.51GiB used 817.27GiB path /dev/xvdg
  25. devid 2 size 931.51GiB used 817.27GiB path /dev/xvdh
  26. devid 3 size 931.51GiB used 817.27GiB path /dev/xvdi
  27. devid 4 size 931.51GiB used 817.27GiB path /dev/xvdk
  28. devid 5 size 931.51GiB used 817.27GiB path /dev/xvdc
  29. devid 6 size 931.51GiB used 817.27GiB path /dev/xvdj
  30. devid 7 size 931.51GiB used 817.27GiB path /dev/xvdb
  31. devid 8 size 931.51GiB used 817.27GiB path /dev/xvde
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement