I can't mount my BTRFS volume anymore.
It says:
mount: wrong fs type, bad option, bad superblock on /dev/md0p1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
dmesg | grep BTRFS
[ 2.596762] BTRFS: device label DATA devid 1 transid 311913 /dev/md0p1
[ 98.707993] BTRFS warning (device md0p1): 'recovery' is deprecated, use 'usebackuproot' instead
[ 98.707995] BTRFS info (device md0p1): trying to use backup root at mount time
[ 98.707997] BTRFS info (device md0p1): disabling disk space caching
[ 98.707998] BTRFS info (device md0p1): has skinny extents
[ 98.915571] BTRFS error (device md0p1): parent transid verify failed on 29458432 wanted 5 found 311913
[ 98.937552] BTRFS error (device md0p1): parent transid verify failed on 29458432 wanted 5 found 311913
[ 98.990667] BTRFS error (device md0p1): open_ctree failed
dmesg | grep transid
[ 2.596762] BTRFS: device label DATA devid 1 transid 311913 /dev/md0p1
[ 98.915571] BTRFS error (device md0p1): parent transid verify failed on 29458432 wanted 5 found 311913
[ 98.937552] BTRFS error (device md0p1): parent transid verify failed on 29458432 wanted 5 found 311913
I tried btrfs-zero-log but it doesn't help.
I don't know what to do. I didn't found any useful article on the Internet.
Maybe you can help me.