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:
Post a Comment