Advertisement
peetaur

btrfs crash 4

Oct 21st, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. upgraded to 3.7rc1, worked fine
  2. using 3.7rc1, built and installed 3.7rc2, would not boot, saying "bad superblock"
  3.  
  4.  
  5. linux-it84:/mnt # btrfs fi show
  6. Label: none uuid: 53b579ef-9da6-4985-9a1f-11bba5cf1993
  7. Total devices 4 FS bytes used 190.68GiB
  8. devid 1 size 80.00GiB used 56.02GiB path /dev/sda3
  9. devid 2 size 80.00GiB used 57.00GiB path /dev/sdb3
  10. devid 4 size 80.00GiB used 56.01GiB path /dev/sdc3
  11. devid 3 size 80.00GiB used 57.01GiB path /dev/sdd3
  12.  
  13. Btrfs v0.19+20120406
  14. linux-it84:/mnt # mount /dev/sda3 btrfs/
  15. mount: wrong fs type, bad option, bad superblock on /dev/sda3,
  16. missing codepage or helper program, or other error
  17. In some cases useful info is found in syslog - try
  18. dmesg | tail or so
  19.  
  20. linux-it84:/mnt # dmesg | tail
  21. [ 37.523048] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
  22. [ 39.417402] NET: Registered protocol family 17
  23. [ 48.396802] EXT4-fs (dm-3): re-mounted. Opts: acl,user_xattr,commit=0
  24. [ 48.478588] EXT4-fs (md127): re-mounted. Opts: commit=0
  25. [ 48.480748] EXT4-fs (dm-1): re-mounted. Opts: commit=0
  26. [ 181.843322] Btrfs loaded
  27. [ 181.845005] device fsid 53b579ef-9da6-4985-9a1f-11bba5cf1993 devid 1 transid 49910 /dev/sda3
  28. [ 181.845722] btrfs: disk space caching is enabled
  29. [ 181.846220] btrfs: failed to read the system array on sda3
  30. [ 181.846587] btrfs: open_ctree failed
  31.  
  32. linux-it84:/home/peter/projects/btrfs-progs # ./btrfsck /dev/sda3
  33. checking extents
  34. checking fs roots
  35. root 812 inode 2764202 errors 100
  36. root 902 inode 4891484 errors 2500
  37. found 204733300883 bytes used err is 1
  38. total csum bytes: 193396164
  39. total tree bytes: 6335557632
  40. total fs tree bytes: 5609336832
  41. btree space waste bytes: 1670043334
  42. file data blocks allocated: 5452471107584
  43. referenced 632679079936
  44. Btrfs v0.20-rc1-37-g91d9eec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement