Skip to content

Instantly share code, notes, and snippets.

@xarbit
Forked from vadviktor/etc.fstab
Created February 3, 2019 09:08
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 xarbit/ceb5b157f26649d66862704be11cc81c to your computer and use it in GitHub Desktop.
Save xarbit/ceb5b157f26649d66862704be11cc81c 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment