Skip to content

Instantly share code, notes, and snippets.

@HuakunShen
Last active March 13, 2021 07:40
Show Gist options
  • Save HuakunShen/e596eca5999e9abf6806f6d8b531a91d to your computer and use it in GitHub Desktop.
Save HuakunShen/e596eca5999e9abf6806f6d8b531a91d to your computer and use it in GitHub Desktop.
VMWARE mount shared folders

Mount shared folders with vmware

VM Machine -> Settings -> Options -> Shared Folders -> Always enabled -> Add Host Folders

sudo apt-get install open-vm-tools
sudo apt-get install open-vm-tools-desktop
sudo vmhgfs-fuse .host:/ /mnt/ -o allow_other -o uid=1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment