Hacker News new | ask | show | jobs
by NKosmatos 699 days ago
Mandatory xkcd comic: https://xkcd.com/927 (replace "standards" with "FS")
3 comments

There are only two competitors to bcachefs: btrfs and zfs. So having a third player in this space is a good thing, especially since a lot of people (in my opinion for good reason) do not trust btrfs meaning there is only really zfs.
ZFS isn't a real competitor given it's not in the kernel and has legal troubles.
Who is downvoting this? Among the large Linux distributions, ZFS is only really supported by Ubuntu, and even that is on the level "Canonical lawyers reviewed this and believe they're safe". If the unmentionable company ever goes to court against them, you're in hot water. You'll have to migrate to FreeBSD or support yourself by building dkms modules. So you're taking a non-zero risk by adopting ZFS.

If you're really conservative with these things, as some of us are, you currently don't really have a single safe COW pick. (Smug FreeBSD users incoming.) I have most trust in bcachefs over the long term.

> You'll have to migrate to FreeBSD or support yourself by building dkms modules. So you're taking a non-zero risk by adopting ZFS.

DKMS works fine. And you can also take the NixOS approach where it's not built into the kernel but the system will never actually install a new kernel unless ZFS is supported on it and successfully builds for it.

I agree that it's still not ideal, though. I hope bcachefs thrives and takes a place of pride in the Linux world!

It's very well supported by NixOS, been using it for a decade or so.
The key difference is that we don't need to agree on a certain FS, whereas the reason for standards is interoperability.

I have both bcachefs and ext4 filesystems on the same machine, for different uses.

Situation is different though, we have very few modern filesystems and have desperately needed some diversion and competition in this area. I've been waiting decades for something like bcachefs, thought it would be btrfs but that turned into a disappointment - for my needs.
It seems like "modern filesystem" development focus shifted to distributed a few years back.