An accidental error occurred:
Failed to mount folders in Linux Guest. This is usually becausethe "vboxsf" file system was not available. Please verify thatthe guest Additions is properly installed in the guest andcan 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/vagrantthe error output F Rom the last command was:/sbin/mount.vboxsf:mounting failed with the Error:no such device
[[email protected] ~]# yum update-y[[email protected] ~]# yum install kernel-devel-$ (uname-r) kernel-headers-$ (uname-r) dkms-y# again is installed VirtualBox Guest additions kernel modules[[email protected] ~]#/etc/init.d/vboxadd setupremoving existing VirtualBox DKMS kernel modules [ OK ]removing existing VirtualBox non-dkms kernel modules [ OK ] Building the VirtualBox guest Additions kernel modules [ OK ]doing non-kernel setup of the guest additions
[ OK ]starting the VirtualBox Guest additions [ OK ][[email protected] ~]#
Then you can re-activate the Guest OS to confirm the activation process, and you should be able to download the/vagrant catalogue properly.
$ vagrant Reload
' Vagrant up ' fails to mount linked directory/vagrant