• @secret300
    link
    31 month ago

    I’m interested to see what they have planned

    • @Scoopta@programming.dev
      link
      fedilink
      51 month ago

      I hope one of the things they do is make better use of subvolumes. If you look at the way SUSE handles btrfs it’s night and day compared to everyone else.

      • @secret300
        link
        41 month ago

        How does suse do it? I haven’t tried it in a few years and that was back when I was still learning Linux

        • @Scoopta@programming.dev
          link
          fedilink
          51 month ago

          They make a subvolume for every traditional unix partition and the system takes automated snapshots so you can rollback the system to older configurations. I don’t actually run opensuse but I’ve dabbled with it specifically to see how they setup btrfs and you can just tell they’re invested in it.

          • @secret300
            link
            11 month ago

            Interesting, what’s the advantage of making all of them sub volumes?

            • @Scoopta@programming.dev
              link
              fedilink
              31 month ago

              You can snapshot them independently and if you want you can set quotas to size restrict them. Although that latter point defeats one of the advantages of subvolumes over partitions. So really just the ability to snapshot them independently