since I have now many games to play which don’t fit all with my 512 GB SSD, I added now a second 512 GB SSD to my system.
I formatted my SSD with ext4 and configured system files to automount it (through blkid and editing the /etc/fstab). The Volume is located in my /run/media directory. This second SSD should store most of my steam Games, So I want to add it to Steam. But if I want to select /run in the “Steam Library Folders” in the Settings, it doesn’t allow me to show /media.
So how do I fix this problem? Should I relocate the Directory of the second SSD?
If you used /run/media as a mount point in /etc/fstab, that might not be the best solution. As far as I know, some automounting tools use /run/media automatically.
So if it is in your /etc/fstab, please show that line here.
I suggest using another moint point, for example /ssd2, and you should manually create that folder too.
Something like this:
sudo mkdir /ssd2
and then in /etc/fstab use /ssd2 instead of /run/media.
Note that steam can have limitations about where to search disks. I’m not using steam so if the above doesn’t work with steam, hopefully a steam user here can chime in.
So I did all your steps… sadly it didn’t work yet.
I added the mount point /gaming (in my Case) and the address is at root “/”
I applied a chown on my user to /gaming (sudo chown my_user:my_user /gaming)
And I rebooted.
I have full root access to it and the drive is automounted, but it again isn’t recognized by Steam in the “Steam Library Folders” Settings…
EDIT: I have to Steams: One is a flatpak and the other is Steam (Runtime) from pacman. I tried all this on the flatpak Version, all that didn’t worked out. So I tried the Steam (Runtime) Version and it WORKED. Seems to be a Steam Flatpak Problem.
Issue solved. Thanks for the help!