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 😃

  • Björn Tantau@swg-empire.de
    link
    fedilink
    arrow-up
    13
    ·
    2 months ago

    NTFS can’t handle Linux file permissions. It is not suited as a system drive.

    And supposedly it can give you problems if you use it to store your Steam games. I never cared to test that, though.

    • thingsiplay@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      I was always wondering if there could be a small Linux partition for additional information of NTFS partitions, like meta data stored as a separate file (or database). And off course it would need some virtualization layer like WINE does for the file path mapping. Then it would be possible to use NTFS as system drive and for games.

      Obviously this would be problematic and performance wouldn’t be great either (assuming), and it would complicate things for end user and developers too. But I was always thinking if this would be possible.