Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If you don't have fstab setup for the drive run
sudo blkid
This will list drives with UUID. Find the drive you want to mount with execute and copy the UUID.
Unmount the drive.
Then you can setup fstab. (note you can use whatever editor you want, i use pluma, but nano is on almost everything)
sudo nano /etc/fstab
Now setup a line like this, adding in the UUID without quotes and mount location like /mnt/games or /media/games. Change the ext4 if needed to the filesystem you use.
UUID=5ba68229-2780-4edb-9929-88daec712278 /media/games ext4 users,defaults,exec,auto 0 1
Remount the drive or reboot.
Now your drive will mount automatically on boot with exec permissions and accessable by steam.
If there is still an issue make sure you own the drive.
sudo chown -R $USER:$USER /media/games
This sets ownership to current users/group.
Hope this helps.
I would try exactly what you said, just to be safe as i may have missed something, but i already deleted my steam library and started fresh, which also seamed to fix the issue as it allowed me to make a new library.
Thanks for the help Evan :)
Case Closed
Rename your "Steam" folder to something else, like "das underpantsen"
Make a new "Steam" folder
Add that to your library
Exit Steam client
Delete your empty "Steam" folder and rename "das underpantsen" back to "Steam"
Log back onto the Steam client
There is one solution missed here, that I ended up inferring through reading a ton of other posts -
IF you're running on Linux
AND you installed Steam via Flatpak
THEN you will not be able to create another Library folder, because Flatpak quarantines all its installs in such a way as to deny access to the rest of your drive.
SOLUTION: Uninstall Steam, and install Steam via some method other than Flatpak (via direct install or if you are on Debian / Ubuntu, use apt)