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

help-circle













  • oldlamps@sh.itjust.workstoLinus Tech Tips@lemmy.mlHe has risen.
    link
    fedilink
    arrow-up
    4
    arrow-down
    9
    ·
    edit-2
    11 months ago

    I’m all caught up, and that’s my conclusion. This is a business with a lot of moving parts. What is the implication in all this? That Linus is incompetent, harmful, malicious, greedy? It’s all dumb drama, and I’m pretty disappointed in a lot of people all around in the way it was handled.



  • oldlamps@sh.itjust.workstoLinus Tech Tips@lemmy.mlHe has risen.
    link
    fedilink
    arrow-up
    4
    arrow-down
    13
    ·
    edit-2
    11 months ago

    See, this is all just an overly emotional / reactionary read to me. Right now everyone is in a echo chamber, it’s really odd from the outside looking in with everyone getting so worked up like this is the ulitmate sin. Steve is whipping everyone up into a hyperactive state for what endgame? I’m interested in what happens ultimately, but I’d be surprised if LTT does anything but continue to grow, and get better.





  • 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