Mounting a windows folder from a Linux Host
I use VMWare Player to run Linux VM's on a Windows Host Machine. I use the Linux VM's as a development environment. To mount a windows folder in my Linux VM I use this command. sudo mount -t vmhgfs .host:/ /home/user/shares This gives me a folder ( shares ) in my Linux host which points to the windows folders I have made available from the Host operating system ( in my case Windows 7 ).