-1

I'm running a VirtualBox with Ubuntu 64-bit, configured as a Bitnami Djangostack. I'm running this within a Windows 7 64-bit host.

Though my VirtualBox is what runs the server, I'd like my website files to be hosted on my main machine (Windows 7) for easier editing.

I set up Virtualbox to share the specific Windows 7 folder with my Ubuntu guest. It is set to automatically mount.

Now, I'd like to navigate to that folder from my Ubuntu terminal (no GUI installed). How should I do that ?

MonsieurPoivron
  • 369
  • 2
  • 5
  • 13

1 Answers1

0

try using command mount to check which folder to navigate to and then cd /path/to/mounted/point

EDIT: @Takkat is right if you don't have your folder properly mounted you won't see it after typing mount - so give it a try, dwell a bit SE and get it right; good luck! btw - sorry for getting answer on this but considering my rep I cannot comment on questions.

java_xof
  • 111