添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
善良的牛肉面  ·  TLS / SSL ...·  10 月前    · 
谈吐大方的火车  ·  Python selenium — ...·  1 年前    · 
害羞的蘑菇  ·  java如何实现word转PDF?·  1 年前    · 

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. Visit Stack Exchange

Super User is a question and answer site for computer enthusiasts and power users. It only takes a minute to sign up.

Sign up to join this community

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I have a btrfs partition that appears to be failing to mount. Here are the details:

(1) When I try to mount the partition, I get the following output in dmesg :

[791594.778798] BTRFS info (device sdf1): disk space caching is enabled
[791594.778801] BTRFS info (device sdf1): has skinny extents
[791594.781558] BTRFS error (device sdf1): parent transid verify failed on 21020672 wanted 8751 found 8847
[791594.781812] BTRFS error (device sdf1): parent transid verify failed on 21020672 wanted 8751 found 8847
[791594.781816] BTRFS error (device sdf1): failed to read chunk root
[791594.822945] BTRFS error (device sdf1): open_ctree failed

(2) I've tried mounting in ro/recovery mode with no luck.

(3) I've tried backing up the disk using btrfs recover with no luck.

(4) I've downloaded and built the latest btrfs-tools and btrfsck and friends seem to complain with the following message:

parent transid verify failed on 623312896 wanted 8755 found 8806
parent transid verify failed on 623312896 wanted 8755 found 8806
parent transid verify failed on 623312896 wanted 8755 found 8806
parent transid verify failed on 623312896 wanted 8755 found 8806
Ignoring transid failure
parent transid verify failed on 397623296 wanted 8563 found 8796
parent transid verify failed on 397623296 wanted 8563 found 8796
parent transid verify failed on 397623296 wanted 8563 found 8796
parent transid verify failed on 397623296 wanted 8563 found 8796
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=29425664 item=1 parent level=2 child level=0
ERROR: cannot open file system

Most interesting is the following log line which the devs seem to have added recently:

ERROR: child eb corrupted: parent bytenr=29425664 item=1 parent level=2 child level=0

Does anybody have any suggestions?

Neither btrfs check nor btrfs rescue nor btrfs restore works. I get can't read superblock on /dev/sda7, ERROR: failed to repair root items: Input/output error errors. My 1TB data is lost! – Necktwi Apr 25, 2020 at 7:10