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 😃

  • caseyweederman
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    Ok but please explain subvolumes, the information has failed to latch onto my brain

    • cmnybo@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 months ago

      Subvolumes are somewhat like a partition, but they don’t have fixed size. What they allow you to do is take snapshots. Snapshots are used to backup and restore the subvolume. They can be created instantly and don’t take up any space until something is changed.

      • caseyweederman
        link
        fedilink
        arrow-up
        2
        ·
        2 months ago

        If I’m trying to install Linux with BTRFS, and it doesn’t work, what are some of the most likely mistakes I’ve made?

        • cmnybo@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          3
          ·
          2 months ago

          What distro? Some installers will set everything up for you and others you have to setup subvolumes manually.