Http://www.liberiangeek.net/2011/10/access-virtualbox-shared-folders-within-ubuntu-11-10-oneiric-ocelot/
This brief guide shows you how to share a folder from the host machine and access it within Ubuntu-the guest machine using virtualbox. we have previusly covered virtualbox on the blog published times, and showed you how to install, manage and use it to test
Out multiple operating systems using a single computer.
In this tutorial, I am going to show you how to use virtualbox share folders feature to access folders on the host machine (machine that virtualbox is installed on) from the guest machine. our host machine is Windows 7 and our guest machine is Ubuntu 11.10.
Objectives:
- Create virtualbox Shared Folders
- Add User Account to virtualbox group in Ubuntu
- Restart and access the shared folders from Ubuntu guest Machine
To get started, select'Devices-> shared folders'From virtualbox menu.
Next, click the plus symbol to add folders you wish to share with the guest machine. You have option to set it to auto-mount and mount permanently.
After that, pressCTRL-alt-TOn your keyboard in Ubuntu to open terminal. When terminal opens, type the command below add your username account to virtualbox group.
sudo usermod -a -G vboxsf USERNAME
Replace USERNAME with your username.
Restart your computer and the shares should be mounted in the /media folder. All VirtualBox shares begin with
sf_
Enjoy!