Advertisement
cttech

Untitled

Jun 26th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. administrator@recovery:~$ sudo mount -o ro /dev/md0 /mnt
  2. [sudo] password for administrator:
  3. mount: wrong fs type, bad option, bad superblock on /dev/md0,
  4. missing codepage or helper program, or other error
  5.  
  6. In some cases useful info is found in syslog - try
  7. dmesg | tail or so.
  8. administrator@recovery:~$ dmesg | tail
  9. [ 3379.149020] BTRFS info (device md0): disk space caching is enabled
  10. [ 3379.295074] BTRFS error (device md0): parent transid verify failed on 525334003712 wanted 258668 found 256810
  11. [ 3379.298880] BTRFS error (device md0): parent transid verify failed on 525334003712 wanted 258668 found 256810
  12. [ 3379.299242] BTRFS: failed to read tree root on md0
  13. [ 3379.312031] BTRFS: open_ctree failed
  14. [ 3850.713142] BTRFS info (device md0): disk space caching is enabled
  15. [ 3850.828701] BTRFS error (device md0): parent transid verify failed on 525334003712 wanted 258668 found 256810
  16. [ 3850.840725] BTRFS error (device md0): parent transid verify failed on 525334003712 wanted 258668 found 256810
  17. [ 3850.841139] BTRFS: failed to read tree root on md0
  18. [ 3850.852076] BTRFS: open_ctree failed
  19. administrator@recovery:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement