Hi, I want to do an “awesome things” list with BTRFS tools

Help me gather them?

BTRFS CLI Interface

btrfs-progs official userpace utilities

BTRFS Assistant

Tool for doing many BTRFS actions graphically

btrbk

Backup utility using BTRFS

snapper

General system snapshot utility with BTRFS support, used in OpenSUSE Tumbleweed

butter-manager

Tool for managing snapshots, balancing filesystems and upgrading the system safetly.

btrfs-list

Helps listing directories

Partition managers with support

  • kde-partitionamanger
  • gnome-disks?
  • blivet?
  • gparted?
  • Chewy@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    Maintaining btrfs is more work than maintaining ext4, which basically doesn’t need any. I.e. running btrfs scrub is important to keep performance up. Monthly scrubs are good because they don’t take as long if done regularly.

    Btrfs balance can free up some space, but otherwise isn’t important on SSDs.

    • boredsquirrel@slrpnk.netOP
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      I think BTRFS is especially problematic on Fedora Atomic desktops.

      Afaik the OSTree snapshots use BTRFS deduplication, also the zstd compression helps reduce storage usage and increase SSD use.

      But as the entire system partitions are read only, you cant balance, scrub etc them.

      This is a big issue I think, I will open a Fedora Discussion post about this.

      https://discussion.fedoraproject.org/t/119216

      • Chewy@discuss.tchncs.de
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        4 months ago

        Afaik the OSTree snapshots use BTRFS deduplication […]

        Note: OSTree will transparently take advantage of some BTRFS features if deployed on it. [1]

        Interesting, I didn’t know OSTree takes advantage of BTRFS features.

        On my current system I use ext4 instead of btrfs which I regret specifically because of the missing transparent compression and reflink copy.

        [1] https://ostreedev.github.io/ostree/introduction/