- Create shared folder in Windows.
The is the source folder. For example: e:\ubuntu_share - Specify the shared folder in the Ubuntu guest configuration.

- Create destination folder in Ubuntu.
For example: /myshare - Open a Terminal window in Ubuntu.
- Type:
sudo mount -t vboxsf <source folder> <destination folder>
For example:
sudo mount -t vboxsf ubuntu_share /myshare
October 11, 2008
How to access shared folder in Windows host from Ubuntu guest
Comments Off