我从网上尝试了很多想法,但都没有奏效。
这看起来正确且井井有条
**sudo btrfs filesystem show /dev/sda2**
failed to read /dev/sr0
Label: none uuid: daeedc21-7449-4b4a-ae55-e58a5a28a504
Total devices 1 FS bytes used 4.02GB
devid 1 size 32.60GB used 22.54GB path /dev/sda2
Run Code Online (Sandbox Code Playgroud)
当我进行扫描时,它会返回看起来合理的响应:
**sudo btrfsck -s /dev/sda2**
found 4321669120 bytes used err is 0
total csum bytes: 4187576
total tree bytes: 23400448
total fs tree bytes: 12083200
btree space waste bytes: 6789166
file data blocks allocated: 4786331648
referenced 4126896128
Btrfs Btrfs v0.19
Run Code Online (Sandbox Code Playgroud)
但是,即使我使用了降级挂载选项,我仍然会在日志中收到错误消息,并且似乎找不到好的超级块。
**sudo mount -o degraded -t btrfs /dev/sda2 /home**
mount: …Run Code Online (Sandbox Code Playgroud)