Shared folder on Windows 7 guest

Discussions about using Windows guests in VirtualBox.
Post Reply
fptmark
Posts: 6
Joined: 30. Nov 2009, 12:18
Primary OS: MS Windows Vista
VBox Version: OSE other
Guest OSses: ubuntu 9.10

Shared folder on Windows 7 guest

Post by fptmark »

I am running a Windows XP host and have shared folders working on other guest OS'es, however I can not get access to my host share under my Windows 7 guest. From my Windows 7 guest, I can access the shared folders icon in the vbox tray (next to the USB icon). I can see my host folders and can add a shared host folder with no apparent errors, but from within Windows explorer in Windows 7 I do not see this share. What am doing wrong?

TIA
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Shared folder on Windows 7 guest

Post by Perryg »

You either need to look in the network for vboxsvr or you can map the share by running the following in a command window of Win7:

Code: Select all

net use x: \\vboxsvr\<sharename> -p
Replace the <sharename> with the actual name you gave the share.
MarkCranness
Volunteer
Posts: 875
Joined: 10. Oct 2009, 06:27
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows Server 2008 R2; Ubuntu 11.04; Windows 2000 Server; Windows XP

Re: Shared folder on Windows 7 guest

Post by MarkCranness »

Sometimes VirtualBox does not show up in the guest 'My Network Places'.
You can still map a drive and use it, just use the command line PerryG gave or manually add the share with Windows Explorer' menu: Tools>Map Network Drive...>Folder: = \\Vbovsvr\(sharename)
(Sharenames with upper-case or mixed-case or embedded spaces sometimes cause problems.)
jorgensen
Posts: 589
Joined: 20. Oct 2009, 01:22
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows

Re: Shared folder on Windows 7 guest

Post by jorgensen »

It's a hidden feature in Win 7 :shock:

Just hit Alt in the Network and Sharing Center and select Tools for mapping.
fptmark
Posts: 6
Joined: 30. Nov 2009, 12:18
Primary OS: MS Windows Vista
VBox Version: OSE other
Guest OSses: ubuntu 9.10

Re: Shared folder on Windows 7 guest

Post by fptmark »

That worked great. Thanks for the help!
Post Reply