You are not logged in.
in my /etc/fstab, I've got:
UUID=26B8E1C5600100F9 /mnt/games ntfs-3g uid=1000,gid=1000,rw,user,exec,umask=000 0 0what actually happens when I mount it is:
/dev/sda1 on /mnt/games type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,user)I need these options for proton to work properly.
Last edited by leiadair (2019-10-01 19:15:59)
Offline
Remove the user option, that will lead to the uid/gid getting reset to what the mount point parent directories owner is, which is root. You probably also don't want to explicitly set the umask option.
Last edited by V1del (2019-09-27 07:24:39)
Offline
I removed the user option, the umask option is there for a reason. Regardless, no matter what options I use they always get reset to:
rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,userOffline
Just a hunch, but are the ids actually valid?
Please check with
idOffline
uid=1000(lapis) gid=1000(lapis) groups=1000(lapis),998(wheel)Offline
when I mount it
Since there's no "noauto" statement: how exactly do YOU mount it?
If the drive is available during the boot, the system should already have mounted it - do you somehow attempt to mount it again (w/ a fancy GUI)?
If it's not, you'll have to mount it - and the "how" might be relevant here.
Online
It is mounted by default, and still mounts with the options
rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,userI was speaking of further attempts to remount. Using
mount -ato mount the drive. Also tried
mount -t ntfs-3g -o uid=1000,gid=1000,rw,user,exec,umask=000 /dev/sda1 /mnt/gamesand
mount -o uid=1000,gid=1000,rw,user,exec,umask=000 /dev/sda1 /mnt/gameswith
umount /mnt/gamesin between each attempt.
Offline
FWIW I double checked on my system and the mount output also shows user_id=0,group_id=0 (probably because root is ultimately the mounter) but the actual permissions are correctly set to my user. Are your hanging yourself up on the mount output without checking the permissions being exposed on the actual mount? I don't have any issues with binding my steam library.
Offline
Proton games are showing the typical signs of permission errors (immediately crashing after launch).
Offline
Or proton is just a bunch of shitty code that crashes for all sorts of reasons…
How about just looking at the actual file stats instead?
Online
[lapis@lapis-pc ~]$ ls -l /mnt/games
total 879892
drwxrwxrwx 1 lapis lapis 0 Sep 14 07:45 '$RECYCLE.BIN'
-rwxrwxrwx 1 lapis lapis 670540498 Aug 3 21:53 Documents.7z
-rwxrwxrwx 1 lapis lapis 2560831 Aug 3 22:25 EFI.7z
drwxrwxrwx 1 lapis lapis 0 Jul 29 23:09 Enc
drwxrwxrwx 1 lapis lapis 4096 Sep 12 16:41 found.000
drwxrwxrwx 1 lapis lapis 4096 Sep 14 07:12 found.001
-rwxrwxrwx 1 lapis lapis 227836416 Aug 2 17:29 fuck
drwxrwxrwx 1 lapis lapis 4096 Sep 28 22:05 Games2
drwxrwxrwx 1 lapis lapis 40960 Jul 27 10:57 "junk i don't feel like sorting right now"
drwxrwxrwx 1 lapis lapis 0 Jun 2 23:42 Programs
drwxrwxrwx 1 lapis lapis 4096 Sep 13 04:12 steamapps
drwxrwxrwx 1 lapis lapis 4096 Sep 15 08:35 'System Volume Information'
[lapis@lapis-pc ~]$ They do appear correct, but I'd say proton is well made, after all it is a fork of wine with gaming-specific optimizations.
Offline
This is the worst case of the X-Y problem I have seen yet.
So I guess the issue is solved and you have actually another problem?
Offline
ftr, this was less meant as actual criticism at proton and more to stress that the inference is maybe a bit flawed.
Also it's still windows games code that's being run ;-P
Open a new thread, present the actual crash logs. Tag this one as solved.
Online
permission mapping may help if it turns out that the problem is related to permissions: https://www.tuxera.com/community/ntfs-3 … rmissions/
Last edited by Mr.Elendig (2019-09-29 19:18:03)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Sorry for the late reply. I've got everything working now, I just upgraded ntfs-3g and everything started working so IDK. Thanks for all the help.
Offline