Symlinked folder not found in VM after reboot

I rebooted my computer after doing half of the first tutorial. When trying to resume where I left off a saw that the project directory was no longer present of the VM. Any suggestions?

Sorry You must be a logged in, registered user to answer a question.

Answers

I've run into that as well. The first time, I destroyed the vm and started from the beginning. The second time, I did a "vagrant reload" and that seems to have fixed it.

I don't know of anything that would cause the project directory to disappear other than running vagrant destroy at the end. That, as the name implies, destroys the VM and might destroy the directories created in it. It shouldn't, but I try not to make assumptions like that, especially where VMs are concerned.

I managed to solve the problem by destroying the VM and creating a new one, going through all the steps again. Try that Emmet, see if it works for you as well. If not you could try updating virtualbox-guest-additions on the vm and running vagrant halt and vagrant up again