Attempting to send/receive my Eoan root filesystem to my backup drive:
It's the send that failed:
The system log has:
Google finds various mailing list threads, but only one from earlier this year. There was a kernel bug with these errors fixed in 4.3; maybe this is a regression.
This may be related to the problem Vinny reported, as I've struck it on the first send/receive since upgrading to 19.10 and getting the 5.3 kernel, but it's not specific to any directory or files. I have successfully backed up the / filesystem with rsync.
The @home subvolume send/receive, from and to the same btrfs file systems, ran ok.
All the snapshots of the root subvolume since I release-upgraded at the beginning of the month that I've tried give this error.
Amy advice or suggestions gratefully received. Particularly,
Code:
! sudo btrfs sub snapshot -r /mnt/top/@_eoan_u /mnt/top/eoan_u_incr/@_2019-11-16 Create a readonly snapshot of '/mnt/top/@_eoan_u' in '/mnt/top/eoan_u_incr/@_2019-11-16' ! sudo btrfs send /mnt/top/eoan_u_incr/@_2019-11-16 | sudo btrfs receive /mnt/stuff/eoan_u_incr At subvol /mnt/top/eoan_u_incr/@_2019-11-16 At subvol @_2019-11-16 ERROR: send ioctl failed with -5: Input/output error ERROR: unexpected EOF in stream
Code:
! sudo btrfs send /mnt/top/eoan_u_incr/@_2019-11-16 | wc At subvol /mnt/top/eoan_u_incr/@_2019-11-16 ERROR: send ioctl failed with -5: Input/output error
Code:
17/11/2019 00.04 myriam kernel [ 1434.833658] BTRFS error (device sda2): did not find backref in send_root. inode=501907, offset=0, disk_byte=14432169984 found extent=14432169984
This may be related to the problem Vinny reported, as I've struck it on the first send/receive since upgrading to 19.10 and getting the 5.3 kernel, but it's not specific to any directory or files. I have successfully backed up the / filesystem with rsync.
The @home subvolume send/receive, from and to the same btrfs file systems, ran ok.
All the snapshots of the root subvolume since I release-upgraded at the beginning of the month that I've tried give this error.
Amy advice or suggestions gratefully received. Particularly,
- if I want to file a bug somewhere, where would it be?
- Would it be advisable to back up, wipe the device (a 250 GB SSD), and make a new btrfs?
Comment