Created
September 6, 2018 03:44
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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