Windows 7 in VirtualBox: Shared Folders workaround

In: Linux| VirtualBox| Windows


15 Jan 2009

I’ve written about enabling Guest Additions on Windows 7 Beta 1 in VirtualBox. While most items work, such as mouse integration and Auto-resize Guest Display, one of the items that still doesn’t correctly function is Shared Folders. Fret not, because there is a simple workaround that can provide basic functionality. Also note, that this method works for any Windows guest, and could be adapted for a variety of other guests.

First, a quick word about the host OS: It must be running some implementation of Microsoft Windows network file system (SMB/CIFS) networking to work. If the host OS is Windows, you’re all set. If you’re on a Mac or Linux host environment, you’ll need to use Samba. Fortunately, Samba is nicely integrated with modern Mac and Linux releases. As for the guest OS, you’ll need to have some sort of networking enabled. With the revamped host networking in 2.1, I highly recommend you use that if at all possible.

As long as the above requirement is met, you may share the folder you want to access. I say “may” only because if your host OS is Windows, you can access the hidden drive shares directly. If this is the case, skip the next section and head right for the next paragraph. If you’re new to sharing a folder, here are the steps to accomplish it.

Windows

  1. Right-click the folder name and choose, “Share…”
    Vista Share Menu

    Vista Share Menu

  2. Verify the user with access is correct. It should be your current account and have Owner privileges
  3. Click Share

    Vista File Sharing

    Vista File Sharing

Ubuntu

  1. Browse to a folder using Nautilus (your default file manager when using Gnome)
  2. Right-click and choose “Sharing Options”

    Ubuntu Sharing Options Menu

    Ubuntu Sharing Options Menu

  3. If this is your first time enabling sharing, you will be prompted to install the service. Authenticate and let the package manager download and configure Samba. I was prompted to reboot my computer, however, I did not reboot and was still able to continue configuring the shared folder

    Install Samba service

    Install Samba service

    Ubuntu Nautilus Permissions

    Ubuntu Nautilus Permissions

Mac

  1. Sorry, I don’t have a Mac. If anyone wants to buy me one, or just generate some revenue through ad clicks, I would appreciate it!

You should then be able to access the share by browsing “\\localhost\sharename”. If you opted to skip creating a share, and want to use the built-in hidden shares, specify “C$” as the share name. Authenticate if necessary and you should be browsing your shared folder locally.

  1. Once that is complete, switch over to your VM installation (Windows 7 or otherwise)
  2. Bring up Computer (Start Orb→Computer)
  3. Click the “map network drive” button

    Windows 7 Map Network Drive

    Windows 7 Map Network Drive

  4. The “Map Network Drive” dialog box will open and you should configure several items:
    1. Drive: Specify your preferred drive letter. I chose “S:”, but any available letter will work fine.
    2. Folder: This should be defined as “\\HostComputer\ShareName”. Alternatively, you can specify the IP address instead of hostname. Because you are now on the guest OS, this should not be “localhost” as above.
    3. Connect using different credentials: I like to check this, just to ensure I can specify the correct login and password instead of using my current user.
    4. Press the Finish button

      Windows 7 Map Drive Options

      Windows 7 Map Drive Options

A new window should open with your new share. You can also minimize this window – exposing the underlying Computer window. A new drive letter under Network Location should be available.

That’s it, you’re done. Windows shares don’t always behave as easily as they should, so if you encounter an error, don’t give up. Keep trying and post the error in the comments.

  • Share/Bookmark

16 Responses to Windows 7 in VirtualBox: Shared Folders workaround

Avatar

Installing Windows 7 Beta 1 in VirtualBox 2.1.0 | Idea Excursion

January 15th, 2009 at 6:11 pm

[...] Update: Currently, shared folders don’t work, but I’ve posted a workaround. [...]

Avatar

francis

January 19th, 2009 at 9:04 am

I’ve tried my best but i cannot possibly figure out what it is i am doing wrong… Shared folders + vBOx = never a good combo

Avatar

VirtualBox 2.1.2 released | Idea Excursion

January 22nd, 2009 at 10:25 am

[...] Windows 7 is now a supported OS (see Installing Windows 7 Beta 1 in VirtualBox 2.1.0 and Windows 7 in VirtualBox: Shared Folders workaround) [...]

Avatar

David Gerard

January 25th, 2009 at 9:17 am

@Francis – works perfectly for an XP guest. It’s just Windows 7 being, uh, beta.

Avatar

Darran

May 11th, 2009 at 12:07 am

I made a web account with 110mb.com and im using ftp to transfer my files, its free and simple, i use filezilla to transfer my files.
Its very simple try it if you want

Avatar

heather

May 20th, 2009 at 6:27 pm

@francis – try putting \\vboxsvr\ when you map the network drive. it worked fine for me :)

Avatar

Jeff

June 26th, 2009 at 11:06 pm

Windows 7 RC Guest on Mac OSX 10.5.6 Host.

Shared Desktop (/Users/username/Desktop).

In Windows 7, Map Network Drive Z: to \\vboxsrv\Desktop

voila, no additions, easy

Avatar

alan

July 5th, 2009 at 8:23 pm

that \\vboxsrv really works, how silly!!

make a share folder in vbox
save something from win 7 in it

rifht click network – map net drive

use the point name above hehe, and u see your file ;9

Avatar

nicholas

July 12th, 2009 at 9:03 pm

uh, vboxsrv or vboxsvr? both give me “network error: windows cannot access \\___”.

Avatar

nicholas

July 12th, 2009 at 9:11 pm

heather is right, it’s vboxsvr, but apparently mine wasn’t scanning the shared folders for the machine, so \\vboxsvr\sharename worked while \\vboxsvr didn’t.

Avatar

luis vaca

July 16th, 2009 at 4:59 pm

If you map a general linux location such as “\\vboxsrv\media” you should have access to USB, CD-DVD, all linux media….IT REALLY WORKS

Avatar

Marcio Henrique

July 25th, 2009 at 7:48 pm

OK, tks guys!!

The “\\vboxsvr\shared_folder” really did the trick!!! After spent 2 hours, that was my redemption!
Tks again!

Avatar

SeaGrizzly

August 14th, 2009 at 5:34 pm

Seems that you have to do the full path as well, not just \\vboxsvr

Avatar

King321

November 13th, 2009 at 10:43 am

\\vboxsvr\Name work awsome, must set it up to share in virtualbox first then map it in the host OS

Avatar

malibusurfer

December 7th, 2009 at 2:59 pm

One minor note: \\vboxsrv\Temp to link/share a folder called Temp in Ubuntu to Windows 7 in VirtualBox. Would not work if I tried to Map drive in Win 7 as \\vboxsrv\myname\Temp or \\vboxsrv\home\myname\Temp (myname is my home’s folder).

I am using Ubuntu 9.04, VirtualBox 3.1.0, and Windows 7 Pro.

Avatar

Speaker

March 6th, 2010 at 12:59 am

Wasn’t able to understand how to access the shared folder in the quest OS from this tutorial.
Hmmm, I’ll scratch my head and keep reading until it sinks in I think.
Thanks for posting this!

Comment Form

  • Kurt Hitchen: A friend has let me "see" there calendar in Google Calendar, but because their calendar is set to pr [...]
  • bugoy8: https://www.google.com/calendar/dav/nba_13_%4cos+%41ngeles+%4cakers#sports@group.v.calendar.google.c [...]
  • Speaker: Wasn't able to understand how to access the shared folder in the quest OS from this tutorial. Hmmm [...]
  • Elena Kuznetsova: I have killed an hour to figure out how to sync Google contacts' birthday and I have this done! U [...]
  • Andy: I have been trying to figure this out forever.....Thank you ever so much!! [...]


This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 United States.