bcachefs VS bmap-tools

Compare bcachefs vs bmap-tools and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bcachefs bmap-tools
5 2
601 222
- -
10.0 5.5
4 days ago about 1 month ago
C Python
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bcachefs

Posts with mentions or reviews of bcachefs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-26.

bmap-tools

Posts with mentions or reviews of bmap-tools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-26.
  • A data corruption bug in OpenZFS?
    4 projects | news.ycombinator.com | 26 Dec 2023
    > But I recall reading elsewhere a discussion about some userspace program which did depend on holes being present in the filesystem as actual holes (visible to SEEK_HOLE and so on) and not as runs of zeros.

    > treatment of on-disk segments as "what was written by programs" can cause areas of 0 to not be written by bmaptool copy

    https://github.com/intel/bmap-tools/issues/75

    IMO, the issue here isn't filesystem or zfs behavior, it's that bmap-tool wants an extra "don't care bit" per block, which filesystems (traditionally) don't track, and programs interacting with filesystem don't expect to exist.

    Some of the comments I've made in this issue describe options to make things better.

  • ZFS silent corruption bug found: replaces chunks inside copied files by zeroes
    9 projects | news.ycombinator.com | 24 Nov 2023
    (>_<) Oh man, I knew about [0] when I posted (which is why I said it just reduces the chance of hitting the bug (by a lot)). But after spending all Saturday JST on it, I went to bed before [1] was posted.

    Skimming through #6958 though, it seems like it's the lesser of evils, compared to #15526... I think? It's less obvious (to me) what the impact of #6958 is. Is it silent undetectable corruption of your precious data potentially over years, or more likely to cause a crash or runtime error?

    Reports like https://github.com/intel/bmap-tools/issues/65 make it seem more like the latter.

    But I have to read more. But since the zfs_dmu_offset_next_sync setting was disabled by default until recently, I still suspect (but yeah, don't know for sure) that disabling is the safest thing we can currently do on unmodified ZFS systems.

What are some alternatives?

When comparing bcachefs and bmap-tools you can also consider the following projects:

zfs - OpenZFS on Linux and FreeBSD

linux-tkg - linux-tkg custom kernels

httm - Interactive, file-level Time Machine-like tool for ZFS/btrfs/nilfs2 (and even actual Time Machine backups!)

hn-search - Hacker News Search

zfs-issue-15526-check-file