Skip to content

Instantly share code, notes, and snippets.

@hoodoer
Created December 10, 2019 09:35
Show Gist options
  • Save hoodoer/10caa7627f4f97b80932040c214e1ff8 to your computer and use it in GitHub Desktop.
Save hoodoer/10caa7627f4f97b80932040c214e1ff8 to your computer and use it in GitHub Desktop.
Mount VMWare Share in Debian
/usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other
This seems to work too in fstab:
vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment