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

EDIT : Thanks to everyone who commented, I think I will try btrfs on my root partition and keep ext4 for my home directory 😃

  • @[email protected]
    link
    fedilink
    -5
    edit-2
    2 months ago

    BTRFS is not more performant than EXT4.

    I personally dont use any features of BTRFS manually though, as Fedora Kinoite does that for me.

    • @atzanteol
      link
      English
      9
      edit-2
      2 months ago

      Note that ext4 is damn old and thus also not as performant as more modern ones like btrfs or bcachefs

      This is not true. BTRFS has more features but ext4 is very performant. They’re both similar enough that I promise you that you wouldn’t notice unless you had some very specific use-case that needed to be performance tuned.

      What do you think “being old” has to do with performance?

      • @[email protected]
        link
        fedilink
        -1
        edit-2
        2 months ago

        What do you think “being old” has to do with performance?

        Being tailored to NVMEs or SATA SSDs instead of to HDDs and similar. But I am not sure about which one would be better here.

        Phoronix Benchmark so we have something to look at

        BTRFS seems to be better at multithreading, being outperformed by F2FS (which I forgot to mention, it is used on Android and I would call that damn stable).

        Actually, F2FS seems to be a really good replacement for EXT4, being top in most tests, while having no journaling, while BTRFS in fact worked pretty badly!

        • @atzanteol
          link
          English
          52 months ago

          Right, your claim that ext4 “isn’t performant because it’s old” is crap.

    • Corgana
      link
      fedilink
      3
      edit-2
      2 months ago

      2008 is not “damn old” in terms of filesystems.

      • @You999
        link
        22 months ago

        Exactly especially when the default file system on windows is 30 years old.

    • lemmyreader
      link
      fedilink
      English
      32 months ago

      Note that ext4 is damn old

      Hmm ? Linux kernel is way older than ext4. And before ext4 there was ext3 and ext2. Linux users also have the choice of using XFS file system and for IT persons working for corporations XFS can have some advantages. Let’s see, XFS was born in 1993.

      more modern ones like btrfs or bcachefs

      Years ago I thought that bcachecfs looked interesting but last thing I read about it this year was not very promising regarding reliability. Not sure whether it was in comments on Lemmy but here I found something from Linus himself : https://en.wikipedia.org/wiki/Bcachefs#Stability

    • @You999
      link
      12 months ago

      ETX4 was released in 2006 and BTRFS was released in 2007.