|
|
|
|
|
by lproven
805 days ago
|
|
Its tagline, from the website: https://bcachefs.org/ ... is: "The COW filesystem for Linux that won't eat your data". This is, IMHO, a dig at Btrfs, which is famous for recovery problems. Btrfs doens't have a working reliable `fsck` replacement or a working `df` command which gives reliable results. So, bcachefs aims to be better than Btrfs and that's a low bar to clear. It's "better" than ZFS because it's GPL and designed to do the same as ZFS but be integrated into the Linux kernel, which ZFS can't be because its license doesn't allow it. For this it merely needs to equal ZFS' features and functions, not exceed them. |
|