0

I'm having a heck of a time sharing data between a host and its guests in VirtualBox. The host is Windows 8.1, x64 (fully patched). Virtual Box is 4.3.30 r96997 (fully patched).

The guests are listed below. Each has its respective Guest Additions installed, and each has bidirectional sharing for Clipboard and Drag/Drop. In addition, each has a Shared Folder configured that is auto-mounted.

  • Linux 14.04, x64 (fully patched)
  • Windows 7, x64 (fully patched)

In the guests I have tried, neither Drag/Drop nor Shared Folders actually work. Below, I am attempting to access the Shared Folder on the Windows 7 guest. According to VirtualBox's tooltips for Shared Folders, I can access the shared folder via \\vboxsvr\share:

enter image description here

It's embarrassing how much time I have wasted on Drag/Drop and Shared Folders.

Does VirtualBox allow sharing between a host and guest in practice? Am I wasting my time trying to get these features to work?

1
  • 1
    First off, yes shared folders work very well in VirtualBox. Can you shared your shared folders configuration screen?
    – heavyd
    Commented Dec 12, 2014 at 21:48

1 Answer 1

1

Have you tried using "Bridged Networking" network card settings for the guest operating system?. "Bridged Networking" option provides sharing the network interface between the host and guest operating system.

Ensure, you have configured Network adapter settings as "Bridged Networking" and try accessing the shared network path.

Also, ensure the local windows firewall is not blocking your network connection. Do ping check from guest OS to host and ensure it is responding. To isolate the issue, disable the Firewall for a moment and check the shared path accessible.

Hope this helps.

2
  • Yes, the network is bridged. But what does that (and things like a firewall) have to do with sharing data? That occurs inside the bowels of VirtualBox between host and guests.
    – jww
    Commented Dec 22, 2014 at 8:48
  • The connectivity between host and guests enabled only when the network interface settings bridged (in the virtual box). Sometimes, the security software's such as Firewall and Antivirus may block the network sharing. So ensure, ping response is available between the host and guests. Also, ensure the user account has enough privilege to access the network location. Hope this helps.
    – BDRSuite
    Commented Dec 22, 2014 at 17:04

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .