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

  • KindaABigDyl@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Ext4 is, afaik, the fastest as it’s the most understood

    Btrfs has compression and you can make snapshots to roll back to if something goes wrong (not necessary on immutable distros or NixOS tho)

    There are many other options, but I’ve only ever had a need for those two