When trying to install games on an ext4 external drive I get a disk write error from steam. Whenever I reset the permissions on the drive to both read and write, not just read, steam immediately reverts that whenever it’s opened.

  • @conorabA
    link
    5
    edit-2
    10 months ago

    Where is Steam writing to and where is the drive mounted to? If the drive is mounted at /mnt/games, create the folder: /mnt/game/steam, run “chmod yourusernamehere /mnt/game/steam” and then have Steam create it’s library within there. So in the end, Steam’s folder will probably be at /mnt/games/steam/SteamLibrary. This way it shouldn’t matter what Steam is setting the permissions to.

    • @conorabA
      link
      110 months ago

      Just noticed the chmod command I included missed the username part. I’ve edited the comment to fix it.