Hello @Tercus, what is the full path of the steam library you are trying to add? You may be affected by #4637.
The full path is /media/Data/Games/SteamLibrary. I thought that bug may not apply to my situation as I also got the error when I tried adding any folder to the library. I wanted to make sure and now tried renaming the folder, sadly that didn't work. But I also noticed other things:
steamlibrary folder inside the selected folderBut the weirdest thing is this:
steamlibrary inside my Games subfolder, even if I create it; it always leads to a execute errorso basically /media/Data/Games/test works, but /media/Data/Games/steamlibrary does not
That is actually a decent bypass for now (just changing the name of the folder). Interestingly, the problem does not exist with steam+wine.
Had this problem because I forgot to disable fast startup on my windows 10 dualboot,
The error message should be more descriptive because when I had the error I had also no write permission.
Anyway It now works, and I mount my ntfs partition with the following line in my fstab :
UUID=4C0AA22F36BFAA4A /docs ntfs-3g uid=cafehaine,gid=users 0 0
(my user has full permissions over the mountpoint thanks to the uid=username option)
Hope it helps some people
EDIT: the error displayed was "No execute permission" where a more important error should have been "No write permission"
Nothing extracted yet.
My system information
Issue description:
I have two harddrives and on one harddrive I have linux installed and on the other I have windows installed. The harddrive with windows has two partitions, one for windows itself and one for data, both formatted with NTFS. On the data partition I have my steam library.
I tried to add that library to my steam client in linux, but it always fails with the error message of missing execute permissions. I tried all combinations of options in the fstab, but none seemed to work. I tried:
what else can I try to get it to work?
sidenote: I know using my windows library under linux is not advisable, but this has become more of a this-should-work-but-doesn't kind of problem that I want to solve.