this post was submitted on 23 Mar 2026
75 points (98.7% liked)

Linux

12928 readers
550 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
[–] beeng@discuss.tchncs.de 4 points 20 hours ago* (last edited 20 hours ago) (2 children)

I wanted btrfs for ages for snapshots.. Then I moved to nixos with Declarative config... Then I needed to move partitions to extend my drive into old root, decided to move to btrfs from ext4 cos why not at the time... Only afterwards do I realize snapshots aren't that helpful when you're on nixos.. Or am I missing something?

[–] moonpiedumplings@programming.dev 2 points 10 hours ago

Transparent fileystem compression and deduplication (btrfs feature not in ext4) compresses data while still having it be accessible normally. This leads to big space savings.

You can use the tool compsize to check it out.

load more comments (1 replies)