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 ?
cd /path/to/folder
– Radu Rădeanu Oct 04 '13 at 14:51