paliarush / magento2-vagrant-for-developers

Vagrant Box for Magento 2 Developers
MIT License
447 stars 165 forks source link

Fail to check mounted directories #123

Closed samuelecarpene closed 7 years ago

samuelecarpene commented 7 years ago

when i execute bash init_project.sh the execution terminate in the file scripts/host/check_mounted_directories.sh line 9.

What can i do to solve the problem? I'm on

paliarush commented 7 years ago

Looks like Vagrant cannot mount shared folders on your instance. Try simple vagrant configuration similar to the one mentioned in https://github.com/paliarush/magento2-vagrant-for-developers/issues/88, but without NFS option. Please let me know the results.