Skip to content

Instantly share code, notes, and snippets.

@shanemcd
Forked from vadviktor/etc.fstab
Last active December 4, 2016 18:40
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 shanemcd/6d40ccf632c6b94b0ee599b7b9d4db1d to your computer and use it in GitHub Desktop.
Save shanemcd/6d40ccf632c6b94b0ee599b7b9d4db1d to your computer and use it in GitHub Desktop.
Ubuntu guest VMware shared folders using open-vm-tools package and vmhgfs-fuse
.host: /mnt fuse.vmhgfs-fuse allow_other,uid=1000,gid=1000,auto_unmount,defaults 0 0
vmhgfs-fuse -o allow_other -o auto_unmount -o uid=$UID -o gid=$UID .host: /mnt/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment