Open kznrluk opened 3 days ago
I have done this several times and all the errors I see in the kernel log seem to be NVMe for cache. Also note that I am using Linux 6.12.0-rc6.
You destroyed your superblock, it's not possible to start the filesystem. If it's multi device filesystem, maybe you can use degraded
or very_degraded
mount options.
To verify the operation during disk failure, I simulated disk corruption using the following steps:
sudo bcachefs format
with replicas=3sudo mount -t bcachefs /dev/sdb /mnt/ada
copy some files
sudo umount /mnt/ada
sudo sgdisk -Z /dev/sda
After this, an error occurs upon attempting to remount:
Dmesg:
I also tried alternative methods as listed below, but all resulted in errors:
Environment information:
sudo bcachefs show-super -l /dev/sdb
is here: https://gist.github.com/kznrluk/30588b5a1a284e40934a5d3aec819d3e