Skip to content

Instantly share code, notes, and snippets.

@ChrisTruncer
Last active June 20, 2017 03:03
Show Gist options
  • Save ChrisTruncer/f07188e76fc3ac22a763431e2daf1b21 to your computer and use it in GitHub Desktop.
Save ChrisTruncer/f07188e76fc3ac22a763431e2daf1b21 to your computer and use it in GitHub Desktop.
Mount Shares through vmware on Debian system
#!/bin/bash
#mount -t fuse.vmhgfs-fuse .host:/ /mnt/shares/
#mount -t vmhgfs .host:/ /mnt/shares
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment