Cannot access Shared Folders on XP SP2 guest
-
someonelse
- Posts: 7
- Joined: 16. Jul 2008, 09:53
Cannot access Shared Folders on XP SP2 guest
The Host: openSUSE 11.0
The Guest: Windows XP SP2
I have tried the OSE 5.6 version.
I have tried the OSE 6.2 version.
I have tried reinstalling the OSE 6.2 version.
I have tried reinstalling the 6.2 Guest Additions.
multiple times.
I have tried reinstalling the Microsoft Network Client.
I have tried fixing the registry with fix_vbox_share_folder.reg as suggested in ticket 1680.
I have tried the proprietary 6.2 version.
I have tried going through My Network Places.
I have tried "net use z: \\vboxsvr\<share>".
And yes, I have set up the shared folder through VBox.
I have tried just about every trick I can find, and nothing is working.
Every time, it tells me it can't find diddly-squat.
Does anyone have any ideas?
Thank you all in advance.
The Guest: Windows XP SP2
I have tried the OSE 5.6 version.
I have tried the OSE 6.2 version.
I have tried reinstalling the OSE 6.2 version.
I have tried reinstalling the 6.2 Guest Additions.
multiple times.
I have tried reinstalling the Microsoft Network Client.
I have tried fixing the registry with fix_vbox_share_folder.reg as suggested in ticket 1680.
I have tried the proprietary 6.2 version.
I have tried going through My Network Places.
I have tried "net use z: \\vboxsvr\<share>".
And yes, I have set up the shared folder through VBox.
I have tried just about every trick I can find, and nothing is working.
Every time, it tells me it can't find diddly-squat.
Does anyone have any ideas?
Thank you all in advance.
-
stefan.becker
- Volunteer
- Posts: 7639
- Joined: 7. Jun 2007, 21:53
-
someonelse
- Posts: 7
- Joined: 16. Jul 2008, 09:53
-
stefan.becker
- Volunteer
- Posts: 7639
- Joined: 7. Jun 2007, 21:53
-
someonelse
- Posts: 7
- Joined: 16. Jul 2008, 09:53
Still get Error 67: Network name cannot be found.
So capital letters is a no-go, and I've been doing all of these things from Admin already.
Even if I do net use z: \\vboxsvr it can't find anything, so I don't think it is an issue with the particular folder or sharename that I've chosen. Then again, if nothing else is working, anything's worth a shot.
Thanks for your suggestions.
So capital letters is a no-go, and I've been doing all of these things from Admin already.
Even if I do net use z: \\vboxsvr it can't find anything, so I don't think it is an issue with the particular folder or sharename that I've chosen. Then again, if nothing else is working, anything's worth a shot.
Thanks for your suggestions.
-
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
Give up on the command line use and browse the network enviroment with the Explorer. Show Entire Network, then go to Virtualbox Host Network (or something similar). You can create a drive mapping to your shared folders from there. If you don't see anything like your shared folder or the Virtualbox network, something went wrong with the installation of the GA. Disable/Remove any protection software you have running on the Guest and try the install again (for the fourth time
).
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.
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.
-
someonelse
- Posts: 7
- Joined: 16. Jul 2008, 09:53
-
someonelse
- Posts: 7
- Joined: 16. Jul 2008, 09:53
I've discovered that at boot, both vboxadd and vboxvfs fail to start because of the following errors:
Here's what dmesg tells me:
Any ideas? Thanks again!
Code: Select all
# /etc/init.d/vboxadd start
Starting VirtualBox Additions failed
(modprobe vboxadd failed)
# modprobe vboxadd
FATAL: Error inserting vboxadd (/lib/modules/2.6.25.9-0.2-default/updates/vboxadd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
# /etc/init.d/vboxvfs start
Starting VirtualBox Additions shared folder support failed
(modprobe vboxvfs failed)
# modprobe vboxvfs
WARNING: Error inserting vboxadd (/lib/modules/2.6.25.9-0.2-default/updates/vboxadd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting vboxvfs (/lib/modules/2.6.25.9-0.2-default/updates/vboxvfs.ko): Unknown symbol in module, or unknown parameter (see dmesg)
Code: Select all
vboxadd: Unknown symbol RTSpinlockReleaseNoInts
vboxadd: Unknown symbol RTHeapSimpleAlloc
vboxadd: Unknown symbol RTSpinlockCreate
vboxadd: Unknown symbol RTHeapSimpleFree
vboxadd: Unknown symbol RTHeapSimpleInit
vboxadd: Unknown symbol RTSpinlockDestroy
vboxadd: Unknown symbol RTSpinlockAcquireNoInts
vboxvfs: Unknown symbol vboxadd_cmc_open
vboxvfs: Unknown symbol RTLogBackdoorPrintf
vboxvfs: Unknown symbol vboxadd_cmc_ctl_guest_filter_mask
vboxvfs: Unknown symbol RTSpinlockReleaseNoInts
vboxvfs: Unknown symbol RTHeapSimpleAlloc
vboxvfs: Unknown symbol RTErrConvertToErrno
vboxvfs: Unknown symbol vboxadd_cmc_call
vboxvfs: Unknown symbol RTSpinlockCreate
vboxvfs: Unknown symbol RTAssertDoBreakpoint
vboxvfs: Unknown symbol RTHeapSimpleFree
vboxvfs: Unknown symbol vboxadd_cmc_close
vboxvfs: Unknown symbol RTHeapSimpleInit
vboxvfs: Unknown symbol AssertMsg2
vboxvfs: Unknown symbol RTSpinlockDestroy
vboxvfs: Unknown symbol AssertMsg1
vboxvfs: Unknown symbol RTSpinlockAcquireNoInts
-
someonelse
- Posts: 7
- Joined: 16. Jul 2008, 09:53
-
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
You installed VB Guest Tools in the Host system? Why would you do that if you use the non-OSE version. Also, it clearly said Guest Tools, that would indicate that it's intended for a Guest system (like running OpenSuse as Guest). You do not need any Guest tools on Host systems, especially Guest Additions. They could screw up your Host (like setting the vboxmouse and vboxvideo instead of your own hardware driver).
There is a menu option to install the GA. Use that next time. The ISO will be mounted automatically, but you might have to run the installer in the Guest manually if autorun does not start.
One last thing. It's a bit unclear what you have running now. In your OP you state that you have OpenSUSE as Host and XP as Guest, yet later you state that the GA cannot be loaded pointing to Linux errors. Please note exactly what you have, how you have it and what you want to accomplish (afaict, it's accessing SF from XP).
There is a menu option to install the GA. Use that next time. The ISO will be mounted automatically, but you might have to run the installer in the Guest manually if autorun does not start.
One last thing. It's a bit unclear what you have running now. In your OP you state that you have OpenSUSE as Host and XP as Guest, yet later you state that the GA cannot be loaded pointing to Linux errors. Please note exactly what you have, how you have it and what you want to accomplish (afaict, it's accessing SF from XP).
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.
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.
-
someonelse
- Posts: 7
- Joined: 16. Jul 2008, 09:53
Heheh, aren't I the silly one?
I had thought that the "VB Guest Tools" on the host system were necessary to interface with the Guest Additions in the VM. Now that I think about it, that never really made much sense to start with, but oh well.
I uninstalled the Guest Tools on the home system, but the shared folders still didn't work. I then installed the Guest Additions in the XP VM (using the VB menu, as I had done before), only this time I tried version 1.6.0 as was suggested.
It works beautifully now. Thank you all for your help!
I had thought that the "VB Guest Tools" on the host system were necessary to interface with the Guest Additions in the VM. Now that I think about it, that never really made much sense to start with, but oh well.
I uninstalled the Guest Tools on the home system, but the shared folders still didn't work. I then installed the Guest Additions in the XP VM (using the VB menu, as I had done before), only this time I tried version 1.6.0 as was suggested.
It works beautifully now. Thank you all for your help!
-
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
Try the new 1.6.4 that was released today. For the older GA, see http://www.virtualbox.com/downloadorrorin wrote:I'm having the exact same problem running WinXP Pro guest on Fedora9 host.
Can someone pl. point me to the ftp URL for Guest Additions 1.6.0? Can't find it on the downloads page...
Thanks.
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.
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.
Thanks Sasquatch.Sasquatch wrote:Try the new 1.6.4 that was released today. For the older GA, see http://www.virtualbox.com/downloadorrorin wrote:I'm having the exact same problem running WinXP Pro guest on Fedora9 host.
Can someone pl. point me to the ftp URL for Guest Additions 1.6.0? Can't find it on the downloads page...
Thanks.
I have installed 1.6.4 and am able to happily share folders from Fedora9 host to WinXP Pro(SP3) guest.