Sharing a folder between windows 7 and mac os x on vmware

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

How can this be done?


Solution 1:

You need to follow this procedure in order to share files between Windows 7 and Mac OS X on VMWare :

  1. Go in your virtual machine settings and select 'Options' tab.
  2. Click on 'Folder Sharing' and tick 'Always enabled'.
  3. Click on 'Add' button and select a folder you want to share.
  4. Confirm virtual machine settings.
  5. From 'System preferences' on Mac OS X, select 'Sharing'.
  6. Make sure that 'File Sharing' is enabled.
  7. From top menu bar, select 'Go' and 'Computer'.
  8. You will now see a folder named '/'. This is your shared folder between Windows 7 and Mac OS X.

Reference: https://web.archive.org/web/20150206003433/http://techsultan.com/share-folder-mac-os-x-windows-7-vmware/

Solution 2:

Unlike other answers posted so far, this one explains how to connect the host and guest via VMware Shared Folders.

  • Install VMware Tools in the VM
    • If a security dialog pops up saying that a system extension was blocked, do as it says: go into security settings, allow the VMware system extension to run and when prompted for restart, choose to restart later.

vm menu tools vmware tools install screen

wizard

  • After finishing, the installation will restart the system

wizard end

  • Enable VMware Shared Folders for the VM

vm menu settings enter image description here

  • Press Add... and add a shared folder (pick any host folder that you have access to and any name)

add folder

  • Press Next and OK everywhere until all dialogues close

  • You should now have a "VMware Shared Folders" icon on desktop in which you will see the folder you've created. In the filesystem, it's a vmhgfs mount at /Volumes/VMware Shared Folders:

icon folder mount

  • If there's no icon, check in Finder->Preferences...->General if "Connected servers" is checked:

finder preferences

  • If you don't see either the icon or the mount, try uninstalling and reinstalling VMware Tools (this happened for me when an old version was originally installed), then disable and re-enable Shared Folders and reboot.

Solution 3:

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.