this post was submitted on 18 Mar 2026
93 points (98.9% liked)
Linux
12928 readers
540 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Maybe this is wrong, but my understanding is BTRFS is generally slower than EXT4, and that's okay. It's not going for speed
Where it shines is not in its speed but in its versatility offering compression, rollback, subvol, etc
For example, for applications, you do a lot of writes/reads to Documents or load resources like for games, so use EXT4 for /home or for a dedicated /games partition
For your system, it could be broken via config tweaks or updates, so use BTRFS to have the rollback options
I'm still amazed from discovering filesystem-level compression.
cp --reflinkis really cool as well, even if it's just something you expect from a CoW filesystem. Being able to near instantly duplicate a file or folder and work on its copy (with only the changes taking up space) is very useful.That's great too!
Also, it has self-healing RAID capabilities.
It's not that it's slower than ext4 but that btrfs itself has gotten slower.
Right but what I'm saying is speed wasn't really the reason to use it in the first place