Hello, all. We are finding that, as we add and delete shares to local media, the virtual desktop is becoming cluttered with artifacts from the file sharing. These appear to be sshfs disk definitions but they do not appear as devices (e.g., allowing mounts).
Ah, this is ringing a bell from when we worked with X2Go a year ago. Our tmp file system is in a separate tmpfs partition and set to noexec,nosuid,nodev. I would assume these artifacts are supposed to be devices but fail because they are located in /tmp and we are set to nodev.
Is there any way to create the devices some place else besides /tmp?