Last active
February 3, 2019 09:08
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.host:/vmshared /mnt/vmshared fuse.vmhgfs-fuse allow_other,uid=1000,gid=1000,auto_unmount,defaults 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cool