You are not logged in.
I have a multi user system and if possible I'd like to prevent downloading every game 3 times.
Because of that I made a separate ext4 partition for my steam games and selected the partition in steam
drwxr-xr-x 4 root root 4096 May 21 17:06 ..
drwxrwxr-x 2 root steam 16384 May 4 19:59 lost+found
drwxrwxr-x 3 root steam 4096 May 21 17:22 SteamLibrary
All proton games don't launch
I used the launch option PROTON_LOG=1 and the log said this
wineserver: /mnt/steam/SteamLibrary/steamapps/compatdata/1118200/pfx is not owned by you
wine: '/mnt/steam/SteamLibrary/steamapps/compatdata/1118200/pfx' is not owned by you
I know that this is solvable with a
chown -R user:user /mnt/steam
but I don't understand why I need to own the file
my group has every permission
I wanted to ask if it is possible to fake own a mountpoint to multiple users or find some other workaround for this
I can't find anything online because there is a similar issue with having a ntfs partition that's filling my search results.
Offline
Please post your /etc/fstab .
Incase you use a command to mount the partition, what is the exact command ?
The output of
ls -lR /mnt/steam/SteamLibrary/steamapps/compatdata/1118200would be useful.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme0n1p1
UUID=0555-76BB /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=asci>
# /dev/nvme0n1p2
UUID=86ecec1c-9bab-4a31-b29b-d0f56795e4b8 none swap defaults 0 0
# /dev/nvme0n1p3
UUID=19166d1a-3725-4d92-97db-c92467731d51 / ext4 rw,relatime 0 1
# /dev/nvme0n1p4
UUID=65066028-1ce3-4644-be32-123543d150b4 /mnt/steam ext4 rw,relatime 0 2
# /dev/nvme0n1p5
UUID=93c77377-b2fb-402d-88ff-a1fbf5667a3b /mnt/jetbrains ext4 rw,relatime 0 2
(autogenerated with genfstab from arch-install-scripts)
https://pastebin.com/raw/E9zT49Sf
this is ls -lR /mnt/steam... tho I don't really get how that would help?
It's kinda weird that there are a bunch of symlinks to proton which is for some reason installed in my home directory?
Last edited by NotYou (2023-05-22 09:57:42)
Offline
Please use [ code ] [ /code] tags for output like that, see https://bbs.archlinux.org/help.php#bbcode
I had no idea whether pfx was a file or a directory and what it is used for. The output shows it's like a wineprefix .
https://askubuntu.com/questions/1358075 … ermissions is about a similar case.
The mount line at the bottom of the thread s very different then yours and seems worth a try .
Welcome to Archlinux forums (I forgot to do that earlier)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline