meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:fs:btrfs [2021/03/02 09:47] niziaklinux:fs:btrfs [2021/05/02 11:34] (current) niziak
Line 70: Line 70:
  
 ====== Issues ====== ====== Issues ======
 +
 ===== Compression type 0x3 not supported ===== ===== Compression type 0x3 not supported =====
  
 GRUB 2.02 doesn't support ZSTD compression. GRUB 2.02 doesn't support ZSTD compression.
-Solution is to exlude `/bootfrom ZSTD compression (below) or install more recent Grub (from Debian Bullseye)+Solution is to exlude ''/boot'' from ZSTD compression (below) or install more recent Grub (from Debian Bullseye)
 <code bash> <code bash>
 sudo btrfs filesystem defragment -v -r -czlib /boot sudo btrfs filesystem defragment -v -r -czlib /boot
 sudo btrfs property set /boot compression zlib sudo btrfs property set /boot compression zlib
 +# disable compression for newly created files
 +chattr -Rc /boot
 </code> </code>