Is there really nothing in /run/user/1000/gvfs? Try gio mount -l. Maybe unmount and remount.
It’s unlikely that it doesn’t actually mount, from the man page:
Mounting refers to the traditional concept of arranging multiple file systems and devices in a single tree, rooted at /.
The first error is because you have a separate argument at the end which is a local path. gio mount takes a list of locations to mount and not a mount point.
This is probably the clearest explanation I’ve seen of the background of what people in here are saying when they are on the side of Russia in this. Thank you
Is there really nothing in /run/user/1000/gvfs? Try gio mount -l. Maybe unmount and remount.
It’s unlikely that it doesn’t actually mount, from the man page:
The first error is because you have a separate argument at the end which is a local path. gio mount takes a list of locations to mount and not a mount point.