#!/bin/sh # this scripts mounts shared folders in a Linux VM running open-vm-tools exec vmhgfs-fuse /hgfs -o rw -o nodev -o nosuid -o noatime -o uid=`id -u` -o gid=`id -g`