-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Status: UntriagedAn issue that has yet to be triaged.An issue that has yet to be triaged.
Description
Version
bento/rockylinux-9 (v202508.03.0)
Environment
OS: Ubuntu 24.04
Hypervisor: VirtualBox 7.1.12
Vagrant: 2.4.9
Scenario
I want to do a full system upgrade. After that, and vagrant halt, vagrant up, the following Vagrant error occurred:
==> test: Mounting shared folders...
test: /path/to/hosting-dir => /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:
/sbin/mount.vboxsf: mounting failed with the error: No such device
Steps to Reproduce
vagrant init bento/rockylinux-9vagrant upvagrant ssh default -- sudo dnf update -yvagrant reload
Expected Result
The shared folder is still working.
Actual Result
Shared folder broken due to missing drivers.
Metadata
Metadata
Assignees
Labels
Status: UntriagedAn issue that has yet to be triaged.An issue that has yet to be triaged.