FUSE error: Transport endpoint is not connected
This typically is caused by the mount directory being left mounted due to a crash of your filesystem. Go to the parent directory of the mount point and enter fusermount -u YOUR_MNT_DIR. If this doesn’t do the trick, do sudo umount -l YOUR_MNT_DIR.