Mounted directories not visible in "Open File or Project" menu
已回答
Hello
I have mounted external SMB drive with fstab entry:
//tower/projects /mnt/network/projects cifs _netdev,username=****,password=*******,uid=1000,gid=1000 0 0
Outside of intellij it does work perfectly, but in "Open File or Project" menu, the directory isn't visible

Is it possible to do something about it?
请先登录再写评论。
Looks like https://youtrack.jetbrains.com/issue/IDEA-228728 .
Please add directory.access.checker.enabled=false in Help | Edit Custom Properties and restart IntelliJ IDEA.
Worked like a charm, thanks a lot :)