Created
August 6, 2024 15:10
-
-
Save K900/8b4125d9a04bb0abe4d55ddcb4d2c9f5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running fsck online | |
bcachefs (nvme0n1p6): check_alloc_info... done | |
bcachefs (nvme0n1p6): check_lrus... done | |
bcachefs (nvme0n1p6): check_btree_backpointers... done | |
bcachefs (nvme0n1p6): check_backpointers_to_extents... done | |
bcachefs (nvme0n1p6): check_extents_to_backpointers... done | |
bcachefs (nvme0n1p6): check_alloc_to_lru_refs... done | |
bcachefs (nvme0n1p6): check_snapshot_trees... done | |
bcachefs (nvme0n1p6): check_snapshots... done | |
bcachefs (nvme0n1p6): check_subvols... done | |
bcachefs (nvme0n1p6): check_subvol_children... done | |
bcachefs (nvme0n1p6): delete_dead_snapshots... done | |
bcachefs (nvme0n1p6): check_root... done | |
bcachefs (nvme0n1p6): check_subvolume_structure... done | |
bcachefs (nvme0n1p6): check_directory_structure...bcachefs (nvme0n1p6): bch2_check_directory_structure(): error erofs_trans_commit | |
bcachefs (nvme0n1p6): bch2_fsck_online_thread_fn(): error erofs_trans_commit | |
thread 'main' panicked at src/bcachefs.rs:113:79: | |
called `Result::unwrap()` on an `Err` value: TryFromIntError(()) | |
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment