You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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=1000,gid=1000 vagrant /vagrant
The error output from the command was:
/sbin/mount.vboxsf: mounting failed with the error: No such device
Vagrant Version: 1.9.7
The text was updated successfully, but these errors were encountered:
This is a duplicate of issue #27 (the VirtualBox guest additions aren't preinstalled - if you change the sync method from rsync to virtualbox, you're going to get this error). Please don't file issues here for things already covered in the release notes.
I have got below error when using centos/7 box from https://app.vagrantup.com/centos/boxes/7.
Vagrant Version: 1.9.7
The text was updated successfully, but these errors were encountered: