0 votes
28 views

I want to add extra drive to my steam from Settings > Storage. But it does not allow me to select a folder from the other mounted disk giving the error: Steam folder is not executable. What is the problem with the disk?

This is the /etc/fstab entry of the mounted disk:

UUID=DISKUUID   MOUNTPATH    ext4         nofail,users                           0 0
by (1.4k points)
edited by | 28 views

1 Answer

0 votes
Best answer

The problem is with the users fuse flag. Remove that flag and you should be able to choose any folder of that disk.

UUID=DISKUUID   MOUNTPATH    ext4         nofail                           0 0

Source
https://askubuntu.com/a/1324802/1599999

by (1.4k points)
Welcome to Kozmotronik Q&A, where you can ask questions and receive answers from other members of the community.