Skip to content

Instantly share code, notes, and snippets.

@vadviktor
Last active February 3, 2019 09:08
Show Gist options
  • Star 34 You must be signed in to star a gist
  • Fork 11 You must be signed in to fork a gist
  • Save vadviktor/5aa034bbee6e53d26b70 to your computer and use it in GitHub Desktop.
Save vadviktor/5aa034bbee6e53d26b70 to your computer and use it in GitHub Desktop.
Ubuntu guest VMware shared folders using open-vm-tools package and vmhgfs-fuse
.host:/vmshared /mnt/vmshared fuse.vmhgfs-fuse allow_other,uid=1000,gid=1000,auto_unmount,defaults 0 0
sudo vmhgfs-fuse -o allow_other -o auto_unmount -o uid=1000 -o gid=1000 .host:/shared_folder /mnt/shared_folder
@ivan
Copy link

ivan commented May 4, 2017

Thank you!

@abdilahrf
Copy link

Cool

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