I seem to be having a problem with Shared Folders in a Windows guest on Fusion 6. Turning on Shared Folders in the VM's options creates the "VMWare Shared Folders" shortcut on my Windows desktop, and I can open that and look at the files shared from the host as expected. However, it doesn't map the shared folders to drive Z: in Windows as I'd expect, and I also cannot go to the shared folders using the path "\\vmware-host\Shared Folders" (for instance, by typing that into the address bar in an Explorer window). This is a problem, because I need a pathname that I can put into scripts to refer to things in the shared folder.
Also, if I browse to Network in Explorer, vmware-host shows up there but trying to open it gives me the error "Windows cannot access \\vmware-host."
I'm running Fusion 6 on OS X Mavericks, and the guest is Windows 8.1. My .vmx file contains the following lines that I believe are related to shared folders:
isolation.tools.hgfs.disable = "FALSE"
hgfs.mapRootShare = "TRUE"
hgfs.linkRootShare = "TRUE"
sharedFolder0.present = "TRUE"
sharedFolder0.enabled = "TRUE"
sharedFolder0.readAccess = "TRUE"
sharedFolder0.writeAccess = "TRUE"
sharedFolder0.hostPath = "/Users/buck/projects"
sharedFolder0.guestName = "projects"
sharedFolder0.expiration = "never"
sharedFolder.maxNum = "1"
To me, the most bizarre thing is that I can get to the shared folders using the shortcut on the desktop, but typing the exact same path that the shortcut points to into an Explorer window doesn't work!
If anyone has any suggestions on how I might get this working normally, I'd be very grateful - thanks!!