Pycharm does not see mounted folder and files inside Follow
Hi< I'm in trouble with working with files through remote access (ssh). Usually it was fine, but now I can't open it. Also I've got message "External file changes sync may be slow. Project files cannot be watched". What should I fix?
Please sign in to leave a comment.
Do you store your project locally and try to open some files using the Remote Host tool window?
Or are you trying to open a project located on the mounted folder?
I use linux, ubuntu 16.04, my project is on my local machine and I'm trying to open file which is located on the mounted folder
So you just use File | Open, right?
fsnotifier that we use for FS sync doesn't support network/mounted folders so most likely that's the reason https://youtrack.jetbrains.com/issue/IDEA-24885
I'm afraid that you didn't catch me. I use "sshfs" command to mount remote directories, not NTFS, and File | Open worked fine earlier. What could change?
I'm not sure if you had the same problem, but for me, PyCharm created the .idea folder on the mount point, then the remote connection broke, but the folder couldn't be auto-remounted because "mountpoint is non-empty".