Environment:
OS: Ubuntu 14.04 on Guest VM
VirtualBox: 4.3.6 on Host Machine Windows 7
OS: Ubuntu 14.04 on Guest VM
VirtualBox: 4.3.6 on Host Machine Windows 7
Steps to follow:
- Need to make sure "Virtualbox Guest Additions" is installed (see Resource-01)
- Creating a folder in Host Windows
- Create a 'Shared Folder' in VirtualBox
- Start the VM and go to 'Devices > Shared Folders Settings...'
- On Settings dialog, click on 'Shared Foldrers' which will show existing shared folders at right (see pic-01)
- Click on 'Add new shared folder definition' icon (see pic-01)
Pic-01 - Specify 'folder path', 'Folder Name' (see pic-02) and click 'Ok'
Pic-02 - Click 'Ok' on Settings dialog
- Prepare Ubuntu VM
- Create a folder where host folder with be mapped to
- Run mount command - "sudo mount -t vboxsf -o uid=$UID,gid=$(id -g) SharedWithVMs ~/SharedWithVMs". In this case shared folder in VirtualBox and folder in Ubuntu VM having same name
Resources:
- How to install "VirtualBox Guest Additions" - http://peerprogrammer.blogspot.com/2015/01/virtual-box-setup-install-guest.html
No comments:
Post a Comment