You are not logged in.
Long story short,
# mount -t btrfs /dev/sdb1 /mnt/data
mount: /mnt/data: can't read superblock on /dev/sdb1.
dmesg(1) may have more information after failed mount system call.
# btrfs rescue super-recover /dev/sdb1
All supers are valid, no need to recoverThat's confusing - mount can't read superblock, btrfs rescue super recover prints they all good.
I cannot mount my filesystem even with ro option.
I can select other superblock from its copy:
# btrfs-select-super -s 1 /dev/sdb1
using SB copy 1, bytenr 67108864However filesystem still won't mount.
dmesg shows the following:
[ 4321.533552] BTRFS info (device sdb1): first mount of filesystem 0f1b4ec0-ae7f-4088-a764-04aae5400bb8
[ 4321.533569] BTRFS info (device sdb1): using crc32c (crc32c-intel) checksum algorithm
[ 4321.533574] BTRFS info (device sdb1): disk space caching is enabled
[ 4321.539647] BTRFS info (device sdb1): bdev /dev/sdb1 errs: wr 0, rd 0, flush 0, corrupt 569, gen 0
[ 4321.544333] BTRFS info (device sdb1): checking UUID tree
[ 4321.544961] BTRFS error (device sdb1): parent transid verify failed on logical 72957952 mirror 1 wanted 123544 found 123535
[ 4321.545124] BTRFS error (device sdb1): parent transid verify failed on logical 72957952 mirror 2 wanted 123544 found 123535
[ 4321.545148] BTRFS: error (device sdb1) in btrfs_fill_super:955: errno=-5 IO failure
[ 4321.545334] BTRFS error (device sdb1 state E): commit super ret -30What's happening and may I restore the filesystem or my data is gone?
Offline
Jin, Jîyan, Azadî
Offline
I tried `btrfsck --init-extent-tree` - it finished after few days, btrfs mounts now but all my data is gone ![]()
Offline
Offline