Skip to content

Instantly share code, notes, and snippets.

@khiemdoan
Last active May 8, 2023 07:42
Show Gist options
  • Save khiemdoan/cf5e1597bf9886faaf6e6671d64b6c6b to your computer and use it in GitHub Desktop.
Save khiemdoan/cf5e1597bf9886faaf6e6671d64b6c6b to your computer and use it in GitHub Desktop.

With Ubuntu server:

sudo apt install open-vm-tools

With Ubuntu desktop

sudo apt install open-vm-tools open-vm-tools-desktop

Create a folder to mount

mkdir /mnt/hgfs/

Mount shared folder

sudo vmhgfs-fuse .host:/ /mnt/hgfs/ -o allow_other -o uid=1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment