安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
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)