29
Steam disk write error on Debian 12
(lemm.ee)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
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 besudo 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