How do I set up shared folders in a Windows Virtualbox guest?

162,116

Solution 1

First step is to install Guest Additions in your virtual Windows.

After that you may define a shared folder as outlined in this answer. However in Windows you don't "mount" it but instead you take the following steps (from the user manual of Virtual Box):

In a Windows guest, shared folders are browseable and therefore visible in Windows Explorer. So, to attach the host's shared folder to your Windows guest, open Windows Explorer and look for it under "My Networking Places" -> "Entire Network" -> "VirtualBox Shared Folders". By right-clicking on a shared folder and selecting "Map network drive" from the menu that pops up, you can assign a drive letter to that shared folder.

If you don't see any entries coming up in the Browse dialog, you can manually fill out the Folder: field with \\VBOXSVR\<folder-name> where <folder-name> is the share name of your folder.


Screenshots for Windows Explorer (German locale)

Windows XP

enter image description here

Windows 7

enter image description here

Windows 10

enter image description here

Solution 2

You have to install the Virtualbox Guest Addition (GA) to be able to share with the host if using Windows.

First create a folder to share in with the host. For example, create a folder called X in your Host's Desktop and before or after installing the Guest Addition right click on the guest os in your Virtualbox main window. Go to settings and look for the Shared Folder option.

Select it and choose the X folder you just made. Now boot the guest OS with the Guest Addition already installed (if you haven't installed it yet do so) and on the terminal type net use x: \\vboxsrv\x that is all. It should tell you that you are now sharing.

For Linux is easier.

Share:
162,116

Related videos on Youtube

kits
Author by

kits

Updated on September 18, 2022

Comments

  • kits
    kits over 1 year

    I have installed VirtualBox OSE on Ubuntu 11.04 and Windows XP pro as the virtual machine. Now I want to have a shared folder which can be accessed on both, my host Ubuntu machine, and my WinXP guest virtual machine.

    How can I do that?

  • Mooing Duck
    Mooing Duck about 9 years
    I don't think these instructions are for XP though. Under "My Network Places" I do not see "Entire Network". When I select "View workgroup computers" that's empty too.
  • Takkat
    Takkat about 9 years
    @MooingDuck: they are - see edit for shots.
  • Mooing Duck
    Mooing Duck about 9 years
    Ah, I didn't have the tree visible on the left, I had the default context form thing, which has different options. daleisphere.com/wp-content/uploads/…