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

Issue on Guest Addition (VirtualBox) during Installation. #13531

Open
corporealsoul opened this issue Nov 3, 2024 · 1 comment
Open

Issue on Guest Addition (VirtualBox) during Installation. #13531

corporealsoul opened this issue Nov 3, 2024 · 1 comment

Comments

@corporealsoul
Copy link

automation: D:/GITRepos/Aleph-vitatha-Research-Lab/YEAR2024/Automation-Lab/Vagrant => /vagrant

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=1000,gid=1000,_netdev vagrant /vagrant

The error output from the command was:

: No such device

@brlin-tw
Copy link
Contributor

brlin-tw commented Nov 4, 2024

Please follow the issue template instead of your own format when filing a bug report; this reduces the time and effort needed to resolve your problem.

The following error message seems to already address that this is normally NOT a Vagrant issue but an issue within the Vagrant box(VM image) you're trying to use:

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.

Have you verified that the Vagrant box you're using has satisfied this requirement yet? Please provide a minimal Vagrantfile bug reproducer(along with other fields demanded by the issue template, whenever applicable) to help troubleshoot your problem.

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

No branches or pull requests

2 participants