Can't see shared folders in XP

Discussions about using Windows guests in VirtualBox.
Post Reply
jlr1701
Posts: 2
Joined: 28. Jul 2009, 20:09
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: WinXP, Vista
Location: Anchorage, Alaska

Can't see shared folders in XP

Post by jlr1701 »

Hello everybody,

Not sure where to post this topic. Hope this is the correct forum!

I am running Windows XP in Virtual Box 3.0.2 on an Ubuntu Jaunty 9.0.4 (Ultimate Edition) 64-bit host. I have the Guest Additions installed and shared folders setup, but I can't see them in XP. I also cannot share folders in Linux. When I try to do so, I get an error message telling me that the Windows networks sharing service is not installed. When I try to install it, I get an error message telling me to "fix broken packages first". But... according to Synaptic, there are no broken packages!

I'm still pretty new to Linux and my thought was that I might need to install Samba (same as the Windows networks sharing service???). But, when I try to do that, Synaptic gives me this error message:
samba:
Depends: samba-common (=2:3.3.2-1ubuntu3) but 2:3.3.2-1ubuntu3.1 is to be installed
I think that means there is a version conflict going on. Any suggestions on how to fix that?

Many thanks,

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

Re: Can't see shared folders in XP

Post by Perryg »

Assuming that you have setup the share properly in the guest settings then follow the instructions below.
  • (start) the Windows guest.
  • Click the program start button and then open a command window or click in the run box and type cmd and press enter.
  • Put this in the command window: net use x: \\vboxsvr\<sharename> -p and press enter
  • After this the share will show in the file manager as a mapped drive.
Replace <sharename> with the name you gave the share. Remember no spaces or characters.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Can't see shared folders in XP

Post by Sasquatch »

jlr1701 wrote:I'm still pretty new to Linux and my thought was that I might need to install Samba (same as the Windows networks sharing service???). But, when I try to do that, Synaptic gives me this error message:
samba:
Depends: samba-common (=2:3.3.2-1ubuntu3) but 2:3.3.2-1ubuntu3.1 is to be installed
I think that means there is a version conflict going on. Any suggestions on how to fix that?

Many thanks,

Jeff
This means that you need to update your package headers, so click on Update or Refresh in Synaptic. This will grab new package information so new versions can be installed. If you already did that before selecting Samba for installation, it's possible that the Ubuntu devs are uploading new packages and one of them hasn't been updated yet, or is already updated while the main package isn't.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
jlr1701
Posts: 2
Joined: 28. Jul 2009, 20:09
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: WinXP, Vista
Location: Anchorage, Alaska

Re: Can't see shared folders in XP

Post by jlr1701 »

Thanks, Perryg, that worked! I can see all of my shared folders in XP now. :)

Sasquatch, I tried what you suggested, and still got the same error. It appears that I don't really need Samba though, so no big deal.

Thanks to all for the help!

Jeff
Post Reply