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
I don't know if its a real bug, but if it can help...
I used packer to build the F23-x86_64 iso with the latest VirtualBox (5.0.0.r101573), but it looks like something wrong appends during vbguest additions.
Running this image in vagrant (vbguest plugin installed):
Failed to mount folders in Linux guest. This is usually because
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:
mount -t vboxsf -o uid=id -u vagrant,gid=getent group vagrant | cut -d: -f3 vagrant /vagrant
mount -t vboxsf -o uid=id -u vagrant,gid=id -g vagrant vagrant /vagrant
Regards,
The text was updated successfully, but these errors were encountered:
Hi,
I don't know if its a real bug, but if it can help...
I used packer to build the F23-x86_64 iso with the latest VirtualBox (5.0.0.r101573), but it looks like something wrong appends during vbguest additions.
Running this image in vagrant (vbguest plugin installed):
Failed to mount folders in Linux guest. This is usually because
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:
mount -t vboxsf -o uid=
id -u vagrant
,gid=getent group vagrant | cut -d: -f3
vagrant /vagrantmount -t vboxsf -o uid=
id -u vagrant
,gid=id -g vagrant
vagrant /vagrantRegards,
The text was updated successfully, but these errors were encountered: