• woelkchen
    link
    fedilink
    111 year ago

    XFS is rock solid and still has active development going on, so why not.

    • Kata1yst
      link
      fedilink
      71 year ago

      Rock solid may be a stretch. They still suffer from outrageous metadata bugs even to this day when used in busy file systems.

      That bug alone has been open for over a decade. Development focus of the people who understand and want to fix those things have shifted to other filesystems like ext4 and ZFS.

    • Bipta
      link
      fedilink
      71 year ago

      But are there benefits over ext4 and BTRFS these days?

      • Synestine
        link
        fedilink
        81 year ago

        From the top of my head, compared to ext4: RAM use and the ability to shrink an FS if necessary. Oh, also I’ve used an EXT FS driver on a Windows host, but I’ve never seen one for XFS.

        • lemmyng
          link
          fedilink
          English
          41 year ago

          Just to clarify, the previous comment asked about benefits of XFS over ext4. But I completely agree with your reasons for choosing ext4.

          • Synestine
            link
            fedilink
            English
            31 year ago

            Oh, my bad.

            The two benefits to XFS that I’ve ever seen are that it has no inode limit like ext4 (which prevents the FS shrink). The other is that it seems to handle simultaneous I/O better than ext4 does; think very active database volumes and datastores.