Advertisement
Guest User

Untitled

a guest
Aug 25th, 2010
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. chris@chriseee ~ % sudo mount -t btrfs /dev/sda1 mnt
  2. mount: wrong fs type, bad option, bad superblock on /dev/sda1,
  3. missing codepage or helper program, or other error
  4. In some cases useful info is found in syslog - try
  5. dmesg | tail or so
  6.  
  7. 32 chris@chriseee ~ % dmesg | tail -5
  8. device label btrfsPart devid 1 transid 25870 /dev/sda1
  9. parent transid verify failed on 64466944 wanted 25870 found 20155
  10. parent transid verify failed on 64466944 wanted 25870 found 20155
  11. parent transid verify failed on 64466944 wanted 25870 found 20155
  12. btrfs: open_ctree failed
  13. chris@chriseee ~ % sudo btrfs-debug-tree /dev/sda1
  14. parent transid verify failed on 64466944 wanted 25870 found 20155
  15. parent transid verify failed on 64466944 wanted 25870 found 20155
  16. parent transid verify failed on 64466944 wanted 25870 found 20155
  17. btrfs-debug-tree: disk-io.c:739: open_ctree_fd: Assertion `!(!tree_root->node)' failed.
  18. 134 chris@chriseee ~ %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement