I need to share a folder between windows 7 and mac os x on VMware.

How can this be done?

link|improve this question
belongs on superuser; also, rtfm – Robin Green Apr 23 '11 at 8:22
feedback

migrated from stackoverflow.com Apr 23 '11 at 9:42

This question came from our site for professional and enthusiast programmers.

3 Answers

In VMware Fusion, select a virtual machine from the Virtual Machine Library (Cmd-Shift-L), press Cmd-E to open Virtual Machine » Settings… and select Sharing:

enter image description here

link|improve this answer
feedback

Doesn't Drag and Drop work ?
I have been doing this since long, and it works fine for me.

link|improve this answer
This does transfer, but not share. – Daniel Beck Apr 23 '11 at 10:14
feedback

You can enable sharing from within the OSX virtual machine System Preferences > Sharing > File Sharing. enter image description here

You can access this from within windows \\VMWARE VIRTUAL\User or by browsing the windows network.

By default yo may not be able to access some directories, you need to set the correct permissions for that within the virtual machine.If you want to be able to read and write into it something like chmod 777 Downloads/ should do the trick.

Ask away if you need any clarifications with this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.