Potentialy dumb question here, is there any benefit to using btrfs on a non system disk? I’m fairly ignorant on file systems, asfaik btrfs largest benefit is snapshotting, not sure of anyothers.

  • Granixo
    link
    -310 months ago

    I usually just stick to the standard file system to any OS.

    So for Linux that would be ext4.

    For external drives i use either FAT32 (the ol’ reliable) or exFAT (the fastest for dealing with large files when you set the max allocation unit size AKA 32MB).

    • @falcon15500@lemmy.nine-hells.net
      link
      fedilink
      English
      29
      edit-2
      10 months ago

      So for Linux that would be ext4.

      It’s worth noting that the default file system varies by distro - there is no ‘Linux’ default. For example, RHEL et al use XFS as the default.

        • Ananace
          link
          fedilink
          1110 months ago

          RHEL is going hard on XFS, they’ve even completely removed BTRFS support from their kernel - they don’t have any in-house development competency in it after all. It’s somewhat understandable in that regard, since otherwise they wouldn’t necessarily be able to offer filesystem-level support to their paying customers.

          Though it is a little bit amusing, seeing as Fedora - the RHEL upstream - uses BTRFS as their default filesystem.

          • Norgur
            link
            fedilink
            910 months ago

            If there is one thing one can learn from the Linux community at large is how to agree on absolutely nothing and still be friends (mostly, that is. As long as Linus isn’t involved. Then the gloves are off. Who dared to put rust in the kernel?!)

      • @uis@lemmy.world
        link
        fedilink
        010 months ago

        make menuconfig says:

        Ext2 is a standard Linux file system for hard disks.

        And this for ext4:

        This is the next generation of the ext3 filesystem.

        But defaly indeed is ext4.

        • Granixo
          link
          2
          edit-2
          10 months ago

          ext4 is literally just the latest version of the ext filesystem (AKA it has the most funcionality).

          If you REALLY wanted MAX speed, you could make your system drive ext2, but you would lose some metadata, drive info & management tools.

    • Ananace
      link
      fedilink
      910 months ago

      Well, both SUSE and Fedora use BTRFS as the default file system, RHEL uses XFS, etc.

      • @MyNameIsRichard@lemmy.ml
        link
        fedilink
        110 months ago

        openSUSE uses BTRFS as the default filesystem for / and if you have any additional disks (for example a separate home) it uses XFS by default. Unless that’s changed since the last time I installed.

        • Ananace
          link
          fedilink
          110 months ago

          When I worked through some AutoYaST setups for Leap 15.5 the default disk setup did BTRFS across the line, though that could definitely differ from doing the install interactively.