Just a simple question : Which file system do you recommend for Linux? Ext4…?

    • Eager Eagle@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      1 year ago

      Btrfs is slower than ext4, xfs, and f2fs in pretty much every metric. Noticeably slower app opening times is the reason I switched to F2FS for good.

      • boredsquirrel@slrpnk.net
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        Edit: BTRFS has advantages that likely make it better for me.

        It has compression and allows flexible partition sizes. The compression may explain the speed decreases.

        • Eager Eagle@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 year ago

          Compression might be useful in some cases, but the bulk of my data is already compressed or not much compressible (think videos, images, compressed archives, game assets). So the trade off doesn’t make much sense to me.