• CarlosCheddar@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    11 months ago

    I switched to BTRFS and used a Windows plugin that allows it to read/write to it. It solved all my NTFS and EXFAT issues and works great.

    • oldlamps@sh.itjust.works
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      11 months ago

      I’ve tried this also. It works alright unless you write files in Windows, it will set the UID to the Windows SID. WHen you use a Steamlibrary and move back and forth, games that are updated in Windows can give you permission errors in LInux, etc.

      It’s all workable and definitely an option, but WinBTRFS has a performance overhead, and the dualing permissions made it not a perfect solution.

      • CarlosCheddar@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        11 months ago

        Yeah I remember having permission issues that were easily fixed with chown but they were hard to notice. I haven’t booted to Windows in over a year now so I must’ve forgotten lol.

        • MKC@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          10 months ago

          I’m pretty sure WinBTRFS’s readme has a section about properly setting up the user and group permission stuff. Essentially just providing the Windows UUID to Linux POSIX equivilant, which generally ends up fixing all the permission related problems. The only real caveat is it not working with SuperFetch, so files aren’t cached in memory and have to be loaded from disk with every read.