this post was submitted on 23 Mar 2026
86 points (97.8% liked)

Linux

13059 readers
549 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 5 points 1 week ago* (last edited 1 week 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 7 points 1 week ago (1 children)

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

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

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

[–] moonpiedumplings@programming.dev 2 points 1 week 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 1 week ago

Thanks. Will do.