Mounted directories not visible in "Open File or Project" menu

Answered

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? 

0
2 comments

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.

2
Avatar
Permanently deleted user

Worked like a charm, thanks a lot :) 

0

Please sign in to leave a comment.