Friday, February 26, 2010

Share directory between Ubuntu guest and Windows host using Virtualbox

In order to mount shared folder for Ubuntu guest with Windows host using VirtualBox I used the following commands

sudo mkdir /mnt/windir
sudo mount.vboxsf shared /mnt/windir

In virtual box seetings, I created shared path as c:\virtual\shared and folder name is shared.

No comments: