Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sbin/mount.vboxsf: mounting failed with the error: No such device #102

Closed
vbmade2000 opened this issue Aug 6, 2017 · 2 comments
Closed

Comments

@vbmade2000
Copy link

I have got below error when using centos/7 box from https://app.vagrantup.com/centos/boxes/7.

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

@lpancescu
Copy link
Contributor

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.

@vbmade2000
Copy link
Author

Ok. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants