Ask HN: Do you use btrfs for anything serious?

6 points by hosteur ↗ HN
Btrfs is 15 years old. It seems to be the Linux ecosystem response to ZFS.

But is it ready for production? If not, will it ever be? Are there alternatives for a modern production ready file system for Linux with compression, deduplication, integrity checks, and so on?

I am curious to know who uses btrfs for anything serious and business critical.

Please share your experiences.

7 comments

[ 0.30 ms ] story [ 27.2 ms ] thread
Synology uses it in production. At least for some features
And I think it has been the default on opensuse for at least several years.
I use on mine because the volume of write IO is low, it's a spinning disk, and it's mostly just a backup.

And, of course, because it's their default recommendation.

Using it in production on hundreds of machines for several years now. Zero issues so far.
i use it personally, but found reiserfs works better for me on spinning disks - both space and speed. ( lots of small files ) - btrfs, even with compression uses more space

for normal workloads, ext4 is fine for me

I thought reiserfs was abandoned.