Last active
March 17, 2017 02:41
-
-
Save poad/9507e9212d266d1e4fbaaf9bf3707578 to your computer and use it in GitHub Desktop.
Windows 7上のVagrant 1.9.2とVirtualBox 5.1.16の組み合わせで /sbin/mount.vboxsf: mounting failed with the error: No such file or directory と怒られる ref: http://qiita.com/poad1010/items/17da0c659dc5d465c0e0
This file contains 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
==> puppet: Mounting shared folders... | |
puppet: /vagrant => C:/Users/hccpp302/Documents/projects/vagrant-puppet4-oss | |
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. | |
Please verify that these guest additions are properly installed in the | |
guest. This is not a bug in Vagrant and is usually caused by a faulty | |
Vagrant box. For context, the command attempted was: | |
mount -t vboxsf -o uid=900,gid=1000 vagrant /vagrant | |
The error output from the command was: | |
/sbin/mount.vboxsf: mounting failed with the error: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment