Science&Enigneering/Linux setting

VirtualBox Settings

##- 2015. 11. 18. 21:20
728x90

Mounting sharing folder from Windows to Linux

1. Make sure that the target folder is shared on VirtualBox setting.

Refer below (http://www.liberiangeek.net/2012/05/access-virtualbox-shared-folder-from-ubuntu-12-04-precise-pangolin-guest-machine/)



2. Install virtualbox guest on Linux (Installing virtual-guest-x11 may give an error message. If it is so, just ignore it)

sudo apt-get install virtualbox-guest-dkms \
virtualbox-guest-utils virtualbox-guest-x11

3. Mount the folder

sudo mount -t vboxsf sharing_folder_name ~/name_to_be_used_on_linux


300x250