Sharing a folder between windows 7 and mac os x on vmware
You need to follow this procedure in order to share files between Windows 7 and Mac OS X on VMWare :
- Go in your virtual machine settings and select 'Options' tab.
- Click on 'Folder Sharing' and tick 'Always enabled'.
- Click on 'Add' button and select a folder you want to share.
- Confirm virtual machine settings.
- From 'System preferences' on Mac OS X, select 'Sharing'.
- Make sure that 'File Sharing' is enabled.
- From top menu bar, select 'Go' and 'Computer'.
- 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/
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, ignore it for now
- The guest OS should restart after finising
If after reboot, the security dialog pops up again, to to System Preferences via a button in that dialog and allow the VMware system extension to run.
Enable VMware Shared Folders for the VM
- Press
Add...
and add a shared folder (pick any host folder that you have access to and any name)
Press Next and OK everywhere until all dialogues close
Restart the guest OS (the mount in the filesystem (see below) is technically available right away, but Finder doesn't see it until reboot for some reason)
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
:
- If there's no icon, check in
Finder->Preferences...->General
if "Connected servers" is checked:
- 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.
You can enable sharing from within the OSX virtual machine System Preferences > Sharing > File Sharing.
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.