access guest machine from host with virtualbox

1

I have a windows 2008 server running in VirtualBox and the host OS is Windows 7.

From the host OS, I would like to be able to access the guest OS in explorer like this:

\\name_of_guest_server\some_shared_folder_on_guest_os

Is this possible at all?

Sam

Posted 2012-04-18T19:52:43.247

Reputation: 133

1Yes it is possible. They just have to be on the same network. – Der Hochstapler – 2012-04-28T14:22:22.180

Answers

0

you can also use the

 net use [driveletter]: \\[client_name]\[shared_folder_name]

function to mount the shared folder and speed things up.

other than that, you can still access it the way you mentioned.

Reuben L.

Posted 2012-04-18T19:52:43.247

Reputation: 942