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 /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.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Just noticed the chmod command I included missed the username part. I've edited the comment to fix it.
You either have broken permissions, or a broken drive.
Try going into a terminal as your user, not root, and try creating a file in the directory you want to use for your Steam games. touch filename
can be used to create files. If it spits back an error about permissions, you likely need to change ownership of the directory to your user. This would be sudo chown -R username:username /path/to/games/directory
Make sure to only run this on a directory that's not used for anything else, as it can break system components if you run it on the wrong files.
If, when creating a file, you instead get a "Read only filesystem" or similar error, your external drive might be broken. This would be a whole separate thing to troubleshoot, and you'll have to look up your specific error for further actions.
I get the Read only filesystem error but I can still create files on the drive