Skip to content

Instantly share code, notes, and snippets.

@carlosypunto
Last active January 16, 2017 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosypunto/19f971abd837e01b8df7faf0b0754f6c to your computer and use it in GitHub Desktop.
Save carlosypunto/19f971abd837e01b8df7faf0b0754f6c to your computer and use it in GitHub Desktop.
Mount/unmout vmware shared folders on home directory with owner uid and gid when start/stop Ubuntu desktop session
start on desktop-start
stop on desktop-end
script
vmhgfs-fuse -o uid=`id -u` -o gid=`id -g` ~/vmshare
end script
@carlosypunto
Copy link
Author

copy to ~/.config/upstart/mount-vm-sharedfolders.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment