this post was submitted on 23 Mar 2026
58 points (93.9% liked)

Linux

12976 readers
452 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 3 days ago* (last edited 3 days 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?

[–] shadowtofu@discuss.tchncs.de 4 points 3 days ago (1 children)

They are still useful for user data. For the nixos system itself, not so much.

[–] beeng@discuss.tchncs.de 1 points 2 days ago

Ok fair.. Maybe I don't care about user data so much it seems.. Only config :p

[–] moonpiedumplings@programming.dev 0 points 2 days ago (1 children)

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.

[–] beeng@discuss.tchncs.de 1 points 2 days ago

Thanks. Will do.