Remove BTRFS
Because of a small change in the build script - the experimental BTRFS is to be tested again before release. https://github.com/rootzoll/raspiblitz/pull/1854
Related note: I have recovered and running this image both on a EXT4 and a BTRFS RAID setup without issues: https://github.com/rootzoll/raspiblitz/issues/1199#issuecomment-737305510
I have a problem:
admin@raspberrypi:~ $ sudo btrfs device stats /mnt/hdd/
[/dev/sda1].write_io_errs 16078
[/dev/sda1].read_io_errs 269
[/dev/sda1].flush_io_errs 6737
[/dev/sda1].corruption_errs 396
[/dev/sda1].generation_errs 715
[/dev/sdb].write_io_errs 0
[/dev/sdb].read_io_errs 0
[/dev/sdb].flush_io_errs 0
[/dev/sdb].corruption_errs 0
$ sudo btrfs device stats /mnt/storage
[/dev/sda2].write_io_errs 0
[/dev/sda2].read_io_errs 11
[/dev/sda2].flush_io_errs 0
[/dev/sda2].corruption_errs 1
[/dev/sda2].generation_errs 0
sda1 is my SSD SDB is a USB SSD (Sandisk Extreme Pro) will run a scrub an see what is happening here
As part of the new Data Storage COncept for RaspiBlitz v1.12.0 I tend to remove BTRF:
Marking this for the next Teamdiscuss meeting.
TODO for v1.12.0
ON UPDATE --> Check if a former RaspiBlitz SSD was running BTRFS (like #3857) and then recommend using the older version and export a migration file.
waiting PR #4324 to merge and final testing
OK. Works fine. Closing.