• 1 Post
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle










  • 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