Pycharm does not see mounted folder and files inside

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?

5 comments
Comment actions Permalink

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?

0
Comment actions Permalink

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

0
Comment actions Permalink

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

0
Comment actions Permalink

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?

0
Comment actions Permalink

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".

0

Please sign in to leave a comment.