Skip to content

Instantly share code, notes, and snippets.

@cuonghuynh
Created September 6, 2018 03:44
Show Gist options
  • Save cuonghuynh/b23b9aacec63ad65591cd06a4ebed190 to your computer and use it in GitHub Desktop.
Save cuonghuynh/b23b9aacec63ad65591cd06a4ebed190 to your computer and use it in GitHub Desktop.
Vagrant was unable to mount VirtualBox shared folders. This is usually because the filesystem "vboxsf" is not available. This filesystem is made available via the VirtualBox Guest Additions and kernel module.
Install vagrant-vbguest plugin
> vagrant plugin install vagrant-vbguest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment