您尚未登录。

#1 2021-08-20 22:37:16

火花
会员
注册时间: 2021-08-16
帖子: 21
个人网站

[已解决]steam play 无法启动 ntfs 格式硬盘下的 windows 游戏

主目录下的游戏可以正常启动,ntfs 盘的游戏不行
看 log 好像是文件夹权限的问题?
尝试 chmod -R 777 和 chrown -R 均没有效果
google 上类似问题似乎不少,将 fstab 文件内的 ntfs 改为 ntfs-3g 后也没有效果

最近编辑记录 火花 (2021-08-24 09:26:47)

离线

#2 2021-08-20 23:46:53

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,384
个人网站

Re: [已解决]steam play 无法启动 ntfs 格式硬盘下的 windows 游戏

群里也有人报告如此。原因未知。

离线

#3 2021-08-21 07:35:46

Ded_Secer
会员
注册时间: 2020-01-01
帖子: 20

Re: [已解决]steam play 无法启动 ntfs 格式硬盘下的 windows 游戏

有可能是文件拥有者的问题,试试在挂载的时候指定uid和gid:
`sudo mount /dev/xx  /mnt/xx -o uid=xxxx,gid=xxxx`

最近编辑记录 Ded_Secer (2021-08-21 13:24:09)

离线

#4 2021-08-21 13:10:59

matrikslee
会员
注册时间: 2017-04-21
帖子: 442
个人网站

Re: [已解决]steam play 无法启动 ntfs 格式硬盘下的 windows 游戏

这个问题wiki上有写哦,

Steam - ArchWiki

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.

离线

#5 2021-08-21 23:44:36

火花
会员
注册时间: 2021-08-16
帖子: 21
个人网站

Re: [已解决]steam play 无法启动 ntfs 格式硬盘下的 windows 游戏

matrikslee 说:

这个问题wiki上有写哦,

Steam - ArchWiki

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.

已解决,感谢

离线

页脚