Ubuntu – Steam Library-Must be on a filesystem mounted with execute permissions

gameshard drivemountpermissionssteam

I've looked at various questions and threads and forums on this and nothing has worked.

I've been trying to mount a HDD that I have my linux games installed to. This drive worked flawlessly in the past but now Steam needs to find it again to say these games are installed. But when I try to add the appropriate folder I get this error:

New Steam library folder must be on a filesystem mounted with execute
permissions

I've tried changing the folder name as suggested here and I've tried the solution here but run into a permission denied. Therefore I followed the steps here but am still running into permission is denied.

My question is what am I doing wrong and am I going about this correctly? How can I make steam see my games folder again? Any help is really appreciated.

I am running Ubuntu 14.04 and the drive location is /media/alkarin/Volume11

/dev/sdb2 is indeed ntfs

Best Answer

This Steam error occurs because your drive is mounted by root and you don't have execute permissions on the drive (I think). You can use the disks app to change this.

Search disks in the dash, highlight your drive and under the usage image is a small cog icon, click this and edit mount options, now make your settings look like this

enter image description here

Leave the rest as it is and reboot. Now your drive can be found in /mnt and is auto mounted as your user at boot.

This is how I fix this error in 14.04, NTFS drive.