Skip to content

Instantly share code, notes, and snippets.

@botlabsDev
Created October 6, 2021 08:37
Show Gist options
  • Save botlabsDev/db3168acdddcfd550a01c4f34fb491c5 to your computer and use it in GitHub Desktop.
Save botlabsDev/db3168acdddcfd550a01c4f34fb491c5 to your computer and use it in GitHub Desktop.
VMware - mount all shared folders from the VMware host into the the linux vm
#!/bin/bash
mkdir -p $HOME/sharedFolder
/usr/bin/vmhgfs-fuse .host:/ /home/$USER/sharedFolder -o subtype=vmhgfs-fuse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment