主目录下的游戏可以正常启动,ntfs 盘的游戏不行
看 log 好像是文件夹权限的问题?
尝试 chmod -R 777 和 chrown -R 均没有效果
google 上类似问题似乎不少,将 fstab 文件内的 ntfs 改为 ntfs-3g 后也没有效果
最近编辑记录 火花 (2021-08-24 09:26:47)
离线
群里也有人报告如此。原因未知。
离线
有可能是文件拥有者的问题,试试在挂载的时候指定uid和gid:
`sudo mount /dev/xx /mnt/xx -o uid=xxxx,gid=xxxx`
最近编辑记录 Ded_Secer (2021-08-21 13:24:09)
离线
这个问题wiki上有写哦,
Sharing Games With Windows Using Proton / Other Compatibility Layers
With the addition of Proton compatibility for games has increased thanks to Valve, you can use custom forks such as Proton GE or others, to increase the amount of games that will work with it, you can extend this further to create a steam library on an NTFS volume containing your games, the only thing you ideally will have to force the uid and gid of the user you are currently logged in as so Steam may write files as needed, you will also need to make sure not to have the noexec option in your fstab or Steam will not be able to detect your games.
离线
这个问题wiki上有写哦,
Sharing Games With Windows Using Proton / Other Compatibility Layers
With the addition of Proton compatibility for games has increased thanks to Valve, you can use custom forks such as Proton GE or others, to increase the amount of games that will work with it, you can extend this further to create a steam library on an NTFS volume containing your games, the only thing you ideally will have to force the uid and gid of the user you are currently logged in as so Steam may write files as needed, you will also need to make sure not to have the noexec option in your fstab or Steam will not be able to detect your games.
已解决,感谢
离线