• stealthnerd@lemmy.world
    link
    fedilink
    arrow-up
    21
    arrow-down
    1
    ·
    edit-2
    1 year ago

    I’m really excited for this. If it lives up to the hype I think it could become the defacto filesystem some day.

    BTRFS, despite being a great filesystem, got a bad rep mostly due to its poor RAID5/6 implementation. It also lags behind in performance in many configurations and has been mostly relagated to a specialty filesystem. While it could make a great root filesystem few distros have adopted it as such.

    ZFS has been similarly pigeon holed. It’s typically only used for building large arrays because it’s not very safe when used on a single device (edit: After some research this may not be true and is probably outdated or incorrect info stuck in my head) . It also lacks a lot of the flexibility of BTRFS, though you could say it trades flexibility for reliability.

    bcachesfs on the other hand feels like it has the potential to be adopted as a root file system while also providing replication, erasure coding, high performance and snapshots; something that no filesystem has managed to date, at least on a wide scale.

    • selokichtli@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Yeah. I only use it in Fedora because it was one of or the default partition scheme or the recommended one, can’t remember. But I’m impressed with it, actually. Enough to make me try to learn the basics, in case I have to install another distro.

      • FlexibleToast@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Fedora adopted it as default with Fedora 33. SUSE has been using it as default for many years now. Facebook is one of the largest users and contributors to btrfs. It’s a solid filesystem when it’s not used to do things it warns you not to do.

        • selokichtli@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          It’s not that I don’t trust it. I’m sure some years ago it was the base of some distro in my laptop. The thing is I’m more old school in terms of filesystems and partitions. I need to learn how to use it properly to enjoy its advantages.

          • FlexibleToast@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            I was just adding context to the Fedora part of your statement. Honestly, Fedora has some work to do in order to really leverage it fully. When they fully integrate snapper, or something like it, then it will be actually using the benefits of btrfs imo.