Vista - cannot connect to shared folders

Discussions related to using VirtualBox on Linux hosts.
Post Reply
torentash
Posts: 51
Joined: 19. Apr 2008, 10:21

Vista - cannot connect to shared folders

Post by torentash »

Ubuntu host and Vista guest. I already have 2 XP guest and connecting to shared folders works great. But it's not the case with Vista.

I installed vbox guest addition, set the shared folders, and btw internet works so it means that NAT works as well. When I try to connect to a shared folders, it says that the \\vboxsvr\sharedfolder cannot be found.

Anyone knows what I'm missing or doing it wrong? :roll:
stefan.becker
Volunteer
Posts: 7639
Joined: 7. Jun 2007, 21:53

Post by stefan.becker »

You must use Version 1.62 and update Guest Additions, if older.
torentash
Posts: 51
Joined: 19. Apr 2008, 10:21

Post by torentash »

I use vbox 1.5.6 because Visual Studio 2008 craches the system in 1.6.0 and 1.6.2. I am not willing to upgrade it. Any other ideas for Vista?
torentash
Posts: 51
Joined: 19. Apr 2008, 10:21

Post by torentash »

After upgrading to 1.6.2 i get the following error. Can anyone help me with this?
I don't know how to disable this kernel module!!!

Code: Select all

VirtualBox can't operate in VMX root mode. Please disable the KVM kernel extension, recompile your kernel and reboot.
VBox status code: -4011 (VERR_VMX_IN_VMX_ROOT_MODE).


Result Code: 
0x80004005
Component: 
Console
Interface: 
IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}

 
stefan.becker
Volunteer
Posts: 7639
Joined: 7. Jun 2007, 21:53

Post by stefan.becker »

You can use shared folders in VB 1.56, but then you must disable "acl" via msconfig in the vista guest.
torentash
Posts: 51
Joined: 19. Apr 2008, 10:21

Post by torentash »

And could you explain to me how can I make 1.6.2 work as I don't know how to unload kernel module and make it permanent, as error message suggested. :roll:

ps. by disabling UAC, I got access to host's shared folders. man, you're a guru :P
stefan.becker
Volunteer
Posts: 7639
Joined: 7. Jun 2007, 21:53

Post by stefan.becker »

Thats not the best solution because of security, but it works. Be aware for this!

The best Solution is always setting up a Samba Server and use a windows Share (like "net use x: \\10.0.2.2\SAMBASHARENAME").
torentash
Posts: 51
Joined: 19. Apr 2008, 10:21

Post by torentash »

Just to say that I reactivated UAC and installed Samba and sharing works flawlessly. THANKS A LOT!

Another question, Security one.
in Ubuntu 8.04 I couldn't find Samba GUI part so I made folders shared with mouse-right-click on the specific folder and set the sharing. Do I need to specifically edit samba conf file to prevent someone from the Internet access the share or it is forbidden by default???
Post Reply