rgranadino / mage2_vagrant

Simple Magento 2 Vagrant Box
249 stars 68 forks source link

It is not mounting etc/ folder #69

Open degaray opened 7 years ago

degaray commented 7 years ago

I have Vagrant 1.9, and MacOS Sierra. I run the bash init_project.sh on the step of "Initializing vagrant box [init_project.sh]" it stays for some minutes and then it displays this error:

Directory '/my/path/vagrant-magento/etc' was not mounted as expected by Vagrant.
        Please make sure that 'paliarush/magento2.ubuntu' Vagrant box was downloaded successfully (if not, this may help http://stackoverflow.com/questions/35519389/vagrant-cannot-find-box)
        And that Vagrant is able to mount VirtualBox shared folders on your environment (see https://www.vagrantup.com/docs/synced-folders/basic_usage.html )

I removed the symlink as described on http://stackoverflow.com/questions/35519389/vagrant-cannot-find-box, and I have even downloaded the box by running vagrant box add paliarush/magento2 but I still get the error. Any guesses?

WillPS1989 commented 7 years ago

If anyone lurking has the same issue - I found that I needed to install the nfs-common and nfs-kernel-server on Ubuntu 16.04.

gilles6 commented 6 years ago

Same problem here, did you fix it ?

johannesspohr commented 6 years ago

I stumbled upon this when I tried to install that on another hdd (win10). After installing it in my documents folder it worked.