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 ).



Comments

Popular posts from this blog

Vaadin - GRID Component

Connecting a Vaadin SQL Container to a Combo Box

Web Cam and Vaadin