Virtual Folders NOT visible on Windows 7 RC x64 shell

Discussions about using Windows guests in VirtualBox.
Post Reply
wantilles
Posts: 3
Joined: 30. Jun 2009, 21:57
Primary OS: Linux other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows NT 5.2 x64 & Windows NT 6.1 x64

Virtual Folders NOT visible on Windows 7 RC x64 shell

Post by wantilles »

Host:
Arch Linux amd64 with Virtualbox-bin 3.0.0 amd64

Guest:
Windows 7 RC x64

Problem:
Virtual Folders can be found nowhere in the shell-desktop-namespace of Windows 7.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Virtual Folders NOT visible on Windows 7 RC x64 shell

Post by Perryg »

Are you talking about the network sharing of files or the shared folder that VirtualBox offers?

Shared Folders instructions can be found in the Users Guide in section: 4.6. Folder sharing
wantilles
Posts: 3
Joined: 30. Jun 2009, 21:57
Primary OS: Linux other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows NT 5.2 x64 & Windows NT 6.1 x64

Re: Virtual Folders NOT visible on Windows 7 RC x64 shell

Post by wantilles »

Perryg wrote:Are you talking about the network sharing of files or the shared folder that VirtualBox offers?
The shared folders that VirtualBox offers. Those that can be setup when the virtual machine is not running, through the VirtualBox GUI.
Attachments
shared-folders.png
shared-folders.png (55.8 KiB) Viewed 2039 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Virtual Folders NOT visible on Windows 7 RC x64 shell

Post by Perryg »

OK so for each one of the shares you have listed you will need to setup a mapping in the Win7RC guest.

Open a command window in Win7RC then enter these commands

Code: Select all

net use x: \\vboxsvr\sharename1 -p
net use y: \\vboxsvr\sharename2 -p
net use z: \\vboxsvr\sharename3 -p
Continue until you have them all mapped.
Replace the sharename with the name you gave the share in the settings area and if you use the -p switch it will be persistent. If you take the -p switch out you will need to map it each time you want to use it.
wantilles
Posts: 3
Joined: 30. Jun 2009, 21:57
Primary OS: Linux other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows NT 5.2 x64 & Windows NT 6.1 x64

Re: Virtual Folders NOT visible on Windows 7 RC x64 shell

Post by wantilles »

Perryg wrote:OK so for each one of the shares you have listed you will need to setup a mapping in the Win7RC guest.

Open a command window in Win7RC then enter these commands

Code: Select all

net use x: \\vboxsvr\sharename1 -p
net use y: \\vboxsvr\sharename2 -p
net use z: \\vboxsvr\sharename3 -p
Continue until you have them all mapped.
Replace the sharename with the name you gave the share in the settings area and if you use the -p switch it will be persistent. If you take the -p switch out you will need to map it each time you want to use it.
There is a catch:

1. I want these to be mapped to network drives.

2. I want these mapped permanently -> I want the system t remember them each time it boots up.



PS: This is obviously a missing feature in VB. Future VB Additions should add such an object to the Windows 7 shell / desktop-namespace.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Virtual Folders NOT visible on Windows 7 RC x64 shell

Post by Perryg »

There is a failure in Windows 7RC at the moment that is keeping network discovery from working within the Windows file manager. I am sure MS and sun are both working on this, but the statements I sent you is the way to map network drives from the command prompt. The net use is a windows network mapping statement and the -p at the end makes it persistent.

Have you tried the statements? Did they not work for you?
Post Reply