• 2 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle












  • The NTFS warning is a little disingenuous. I wouldn’t recommend people go with it if they’re choosing Linux only obviously, but I’m going to say with years of personal testing about 99.9% of things work just fine using an NTFS drive. I think it’s been years since I had any kind of issue with game data that I attributed (and maybe falsely) at the time to the NTFS filesystem.

    In steam you’ll need to symlink your compatdata folder to a linux filesystem, but that’s about it.







  • Yeah,performance overhead aside, in Windows it reads and writes fine because of that. Anything thqt changes in Windows however will write the uid of that file as the windows SID I believe, either way I was using regularly the chown -Rf commands to reclaim files back in Linux.

    It’s mostly a problem with how steam handles updates downloading to temp folders, etc… It’s the sharing of steam libraries that this happens to most often if you’re back and forth between os’s


  • That’s the NTFS3 driver for you. Corrupter of partitions… I had so many hassles, and it’s still happening to others recently, I don’t know why that thing is included honestly.

    I was doing the same with winbtrfs, and it’s pretty good overall but kind of a mixed bag sometimes. The biggest pain is file permissions since winbtrfs isn’t sane and use something like uid 1000. So when you write or alter files or you’ll get file permissions errors on the Linux side. It’s workable just changing the permissions back when in Linux if that happens