Forum archive
vmware workstation vmhgfs mount / Shared Folders with host
Does anyone have step by step instructions for setting up Shared Folders on vmware using Turnkey Linux LAMP? or TKL Core?
Here is what I tried, but without any luck:
1. In VMware went to Virtual Machine Settings -> Options -> Shared Folders
Checked off "Always enabled"
Created a share named hostshare pointing to C:\hostshare
2. Restarted the VM in VMware workstation
3. ran hgfsclient, and I see the name of the shared folder I just created
# /usr/bin/vmware-hgfsclient hostshare
4. Mounting -- no luck:
# mount -t vmhgfs .host:/hostshare /mnt/hostshare
Error: cannot mount filesystem: No such deviceAny suggestions? Can anyone provide step by step instructions?
I ended up taking another route for sharing host folders on my TKL VM. I document the process at the link below... but still feel a bit dissatisfied that the desired path did not work.
Step by step instructions for using CIFS on TKL VM to share folders on vmware (would probably work on virtualbox too)
http://techdad.wordpress.com/2011/06/25/vmware-and-turnkeylinux-mount-shared-folders-from-windows7-host-to-ubuntu-guest/