Mount locally vmhgfs-fuse .host:/$(vmware-hgfsclient) ~/some_mountpoint Mount globally sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other Mount globally & persistent Add the following line to your /etc/fstab : .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0