How to share files between Vista and MacOs?

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
vickoxy
Posts: 9
Joined: 20. Feb 2009, 11:47

How to share files between Vista and MacOs?

Post by vickoxy »

Hi,
i want to have one folder in mac os, which would be open for vista to use/share, but as newbie, can someone slowly tell me how to set up windows to find that file order?
ajmas
Posts: 79
Joined: 27. Jan 2009, 19:37
Primary OS: Mac OS X other
VBox Version: OSE other
Guest OSses: Ubuntu
Location: Olympus Mons Colony, Mars

Post by ajmas »

Look in the "shared folders" section of the guest settings.

Edit: See if the following thread is of any help: http://forums.virtualbox.org/viewtopic.php?t=9372
vickoxy
Posts: 9
Joined: 20. Feb 2009, 11:47

Post by vickoxy »

ajmas wrote:Look in the "shared folders" section of the guest settings.

Edit: See if the following thread is of any help: http://forums.virtualbox.org/viewtopic.php?t=9372
Thanks, i found it. So i will repeat here my answer posted there:

"net use s: \\vboxsvr\nameoffolderyoushared" command did for the Vista Job. Only i didn´t know where to put it.

Now VirtualBox works perfectly. I installed also Trial VMWare Fusion 2, but VB seems to work much faster and better integrated.
criatura555
Posts: 3
Joined: 1. Mar 2009, 02:59

how to share / transfer files between host and guest machine

Post by criatura555 »

Before use this code 'net use x: \\vboxsvr\name_of_shared_folder' at Windows Command Prompt you must:

01. create the shared folder at 'Devices\shared folders' menu from VirtualBox

02. install from the same menu 'Devices' the 'guest additions' - My VirtualBox is in portuguese so I'm translating the name, but is the last item at 'Devices" menu. This will start an install process inside your windows virtual machine.

03.finally, go to the prompt inside windows and type the command 'net use x: \\vboxsvr\name_of_shared_folder'

YOUR VIRTUAL MACHINE MUST BE RUNNING DURING THIS PROCEDURE

I test this with MacOS 10.5.6 (iDeneb) as host and Windows XP as guest
jhawley
Posts: 1
Joined: 22. Oct 2009, 20:28
Primary OS: Mac OS X other
VBox Version: OSE other
Guest OSses: XP

Re: How to share files between Vista and MacOs?

Post by jhawley »

For anyone that could use this info, here is what worked for me on a Mac OSX host with Windows XP Guest OS:

* I have quest additions installed.
* I have a shared folder called Shared.

To configure the above on the Guest OS:

(From the VirtualBox menu)

Devices > Shared Folders
Devices > Install Guest Additions

On the Guest OS (I am running XP)

My Computer

Tools > Map Network Drive

Drive: (I chose) x:
Folder: \\VBOXSVR\Shared

By doing this I was able to create a Shared connection between the Mac OSX host and XP Guest OS.
Post Reply