raspiblitz icon indicating copy to clipboard operation
raspiblitz copied to clipboard

Remove BTRFS

Open rootzoll opened this issue 4 years ago • 4 comments

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

rootzoll avatar Mar 09 '21 16:03 rootzoll

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

openoms avatar Mar 11 '21 18:03 openoms

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

openoms avatar Mar 27 '21 12:03 openoms

As part of the new Data Storage COncept for RaspiBlitz v1.12.0 I tend to remove BTRF:

Bildschirmfoto 2024-11-13 um 00 30 26

Marking this for the next Teamdiscuss meeting.

rootzoll avatar Nov 12 '24 23:11 rootzoll

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.

rootzoll avatar Nov 14 '24 21:11 rootzoll

waiting PR #4324 to merge and final testing

rootzoll avatar May 12 '25 18:05 rootzoll

OK. Works fine. Closing.

rootzoll avatar May 15 '25 13:05 rootzoll