Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to access shared folders in VM #1

Open
Scott3377 opened this issue Feb 23, 2015 · 2 comments
Open

Unable to access shared folders in VM #1

Scott3377 opened this issue Feb 23, 2015 · 2 comments

Comments

@Scott3377
Copy link

After following instructions and spending several hours of trying to track down how to make shared folders work between the VM and my machine, I am unable to see the shared folders on the VM that are located inside my vagrant folder on my local machine. I am currently running Yosemite on my MBP, and my virtual box version is 4.3.22. I also tried installing the vagrant plugin "vagrant-vbguest" to no avail.

@hexrain
Copy link

hexrain commented Apr 2, 2015

Try this:

  1. open Terminal.app
  2. go to your vagrant directory(the one that contains Vagrantfile)
  3. execute vagrant up
  4. execute vagrant ssh
  5. execute cd /vagrant/tournament/
  6. execute ls

You should see something like

vagrant@vagrant-ubuntu-trusty-32:/vagrant/tournament$ ls
tournament.py  tournament.pyc  tournament.sql  tournament_test.py 

@pmallory
Copy link
Contributor

pmallory commented Apr 6, 2015

This is a common hangup. In the near future The vagrant box's login message now includes a helpful hint,
image

Sorry for the confusion!

DeannaWagner added a commit to DeannaWagner/fullstack-nanodegree-vm that referenced this issue Oct 18, 2015
karlud added a commit that referenced this issue May 9, 2017
paulc1600 added a commit to paulc1600/fullstack-nanodegree-vm that referenced this issue Jul 21, 2018
carloscorti added a commit to carloscorti/fullstack-nanodegree-vm that referenced this issue Feb 24, 2020
list all the restaurant name in the database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants