Answer the question
In order to leave comments, you need to log in
How to mount remote linux server folder in MacOS to work in phpStorm?
What is the best way to mount a folder of a remote linux server in MacOS to work in phpStorm?
The remote server is running VMWare on a local MacOS Mojave machine.
At the moment, nfs is used, but this approach is not encouraging, file indexing is very slow. File sync is slow.
configs /etc/exports:
/var/www/site.ru 172.16.150.0/24(rw,sync,insecure,nohide,all_squash,anonuid=33,anongid=33,no_subtree_check)
folder mounting on MacOS:
sudo mount -t nfs -v -o vers=3,nolock,udp -o uid=33 -o resvport 172.16.150.135:/var/www/site.ru /Users/admin/PhpstormProjects/site.ru/
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question