I'm trying to install Windows 8.1 x64 in a virtual machine.
The problem is that I can enable the function to share a folder between host and guest.
I followed the steps in this link: http://www.itworld.com/article/2696611/open-source-tools/install-virtualbox-4-3-14-in-ubuntu-14-04.html
I created a folder to share in /home/"my name"/ and when logged in the guest, I installed the guest addition that came in "CD Drive (D:) VirtualBox Guest Additions" under Devices and drives (The amd64 version).
When I click on "map network drive" and then browse to open the folder I'd like to share, it doesn't appear. It appears 2 networks: My name, and VBOXSVR. Under my name, the folders are the ones that come by default (Music, photos, etc.), and under VBOXSVR it appears nothing.
I don't know if I missed something, or if I had to write something in the terminal after creating the folder to share.
If someone could help, even give the step by step from installing the virtualbox under Ubuntu 14.04 to sharing folder when installed the Windows drive, I would really appreciate.
sudo usermod -g vboxsf username
, I got this message:usermod: group 'vboxsf' does not exist
– Zatzfara Feb 18 '15 at 00:31\\VBOXSVR\VBoxShare
, do you get an error? – Mark Plotnick Feb 18 '15 at 18:33