Hi,
I configured a shared folder with my x2go Windows client. I noticed that sometimes the mount doesn't work and I get this error in mounts.log:

fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount option

to solve the issue I have to run this commands:

fusermount -z -u /tmp/.x2go-USER_NAME/media/disk/_cygdrive_FOLDER
sudo rm -R -f /tmp/.x2go-USER_NAME/media/disk/_cygdrive_FOLDER

and restart.

Any idea why this happens and how to prevent it?

Could be a solution to insert the -nonempty option in the mount command, where I can find this in the scripts?

I'm a beginner with x2go and I'm not an expert with linux either. Thanks in advance for your help.