Skip to content

Instantly share code, notes, and snippets.

@jefflab
Last active January 2, 2016 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jefflab/8259918 to your computer and use it in GitHub Desktop.
Save jefflab/8259918 to your computer and use it in GitHub Desktop.

Getting this error during vagrant up --provider=vmware_fusion:

[default] Waiting for HGFS kernel module to load...
The HGFS kernel module was not found on the running virtual machine.
This must be installed for shared folders to work properly. Please
install the VMware tools within the guest and try again. Note that
the VMware tools installation will succeed even if HGFS fails
to properly install. Carefully read the output of the VMware tools
installation to verify the HGFS kernel modules were installed properly.

Googling, I see that this is related to the problem

$ lsmod | grep -i '^vmhgfs'
$

but I'm not clear what the solution is.

I've installed VMWare tools in my base vmx that is being built by packer:

$ vmware-
vmware-checkvm             vmware-uninstall-tools.pl
vmware-config-tools.pl     vmware-user
vmware-hgfsclient          vmware-vmblock-fuse
vmware-rpctool             vmware-xdg-detect-de
vmware-toolbox-cmd         vmware-xferlogs

I also enabled Shared Folders in the VMWare settings

Any ideas what I can do?

  • Some packer setting to enable HGFS?
  • Something to change in the base vmx?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment