Hello!
I use gigolo
+ ssh
to mount directories from other computers connected to my LAN.
The drives were being mounted to locations like /run/user/1000/gvfs/sftp:host=192.168.1.3,port=99,user=user/path/to/dir
Now, they are being mounted to sftp://user@192.168.1.3:99/path/to/dir/
. This way is limited for some reason. Like for one example I can’t get to them via the terminal.
I don’t know what I changed… did I install or uninstall something, or change a configuration by mistake?
Looking for relevant packages, these are installed:
extra/gvfs 1.52.0-1
extra/fuse3 3.16.1-1
extra/fuse2 2.9.9-4
And looking for relevant services which are loaded and active according tosudo systemctl status
:run-user-1000.mount
run-user-1001-gvfs.mount
run-user-1001.mount
I am up to date on all packages, I’ve rebooted. I tried a different user account which also used to function as described, and no longer does. So I suspect it is not a user config issue. … I am not sure what is the cause of this change. Any hints? What else to check?