I installed other different GNU/Linux distro, then when I tryed to add my steam library located on other SSD drive, I had a problem because it wasn't writable (ownership problem) (not executable in your case). I had to run this command (please, don't run it, and don't run it mindlessy):
sudo chown -hR myuser:users /mnt/b8c5fd1a-b708-4936-ba13-25771ce3a7e5/
My problem was different, and has to do with permissions. I think that maybe you have problems with executable permissions. I am not sure that exFat partitions support Unix's executable permissions.
Same problem here - I checked permissions and I am the owner of the directories.
Also here is my fstab entry for this mount:
PARTUUID=ba1b0a75-9bd7-4ac1-8a99-bf6ac6e714de /home/alexander/Games ext4 rw,user,noatime,exec 0 2
Any help is appreciated
Had same issue, removed "user" from fstab entry, problem was solved for me.
try
sudo chmod -R 777 /media/TOSHIBA/SteamLibrary
For me journalctl showed Couldn't write /mnt/d/SteamLibrary/.steam_exec_test.sh: No such file or directory. Which is strange because my user can write there
So I just ran touch /mnt/d/SteamLibrary/.steam_exec_test.sh and everything worked after re-clicking in steam ui
Note: my mount command is
sudo mount.exfat -o uid=1000,gid=100,user,exec /dev/sda1 /mnt/d
Replying to https://github.com/ValveSoftware/steam-for-linux/issues/8450#issuecomment-2736646771
Worked for me as well, strange problem, thanks!
Problem started on Linux Mint 19.1, updated to 20.3 for other reasons and problem persists. problem is in regard to an exFat external hard drive
The problem started a few weeks back, and all of the games that were installed on my exFat external hard drive stopped showing up in steam. Recently, I updated Linux Mint from 19.1 to 20.3 for other reasons, and the problem still persists. Whenever I go to add the folder in settings > downloads > steam library folders, it says one of the two errors listed in the title. Oddly enough, it switches between the two randomly.
Things I have tried:
Thanks in advance!