vboxsf unable to mount old binary data in Groovy Vagrant box
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloud-images |
Fix Released
|
Undecided
|
John Chittum | ||
Groovy |
Fix Released
|
Undecided
|
John Chittum | ||
livecd-rootfs (Ubuntu) |
Fix Released
|
Undecided
|
John Chittum | ||
virtualbox (Ubuntu) |
Confirmed
|
High
|
Unassigned |
Bug Description
When booting the Groovy vagrant box, Guest Additions is unable to mount the shared folder
```
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 vagrant /vagrant
The error output from the command was:
/sbin/mount.vboxsf: mounting failed with the error: Invalid argument
```
If one `vagrant ssh` into the box and try the command, it fails with the same error. systemctl and dmesg didn't show any errors. However, capturing the serial log showed the following on boot:
```
ubuntu-groovy login: [ 17.100243] vboxsf: Old binary mount data not supported, remove obsolete mount.vboxsf and/or update your VBoxService.
[ 17.219577] vboxsf: Old binary mount data not supported, remove obsolete mount.vboxsf and/or update your VBoxService.
[ 22.353951] vboxsf: Old binary mount data not supported, remove obsolete mount.vboxsf and/or update your VBoxService.
[ 27.412062] vboxsf: Old binary mount data not supported, remove obsolete mount.vboxsf and/or update your VBoxService.
[ 829.055100] vboxsf: Old binary mount data not supported, remove obsolete mount.vboxsf and/or update your VBoxService.
```
Related branches
- Steve Langasek: Approve
-
Diff: 31 lines (+6/-6)2 files modifieddebian/changelog (+6/-0)
live-build/ubuntu-cpc/hooks.d/base/vagrant.binary (+0/-6)
Changed in cloud-images: | |
status: | Incomplete → Confirmed |
Changed in virtualbox (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in livecd-rootfs (Ubuntu): | |
assignee: | nobody → John Chittum (jchittum) |
please tell exacly which version of virtualbox you have in the host, in the guest and which OS/Version you are running.
Also, please tell me the exact steps to reproduce the problem, how you installed the guest additions (and from where), and specially what happens if you delete mount.vboxsf binary from the system, does it work?