hello everyone 🙂 noob here
i'm trying to run a game from steam that is installed on a separately mounted ntfs drive
when the game is installed on the main ssd where my arch linux installation and /home dir is it works but when it's on the separate drive it doesn't it just says launching then stops and the button turns back into play from the steam app
i read from a forum thread that it might be because of permissions, and everything on this separate drive is owned by root for some reason, i was thinking maybe changing the ownership of the SteamLibrary dir atleast but when i do
sudo chown pum /media/hdd/SteamLibrary
although no error messages appear nothing changes
it still says it's owned by root
$ ls -ld /media/hdd/SteamLibrary
drwxrwxrwx 1 root root 4096 Jun 21 15:19 /media/hdd/SteamLibrary
i'm on arch linux kernel: 6.3.8-arch1-1
reaction for more information.