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
{{ message }}
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
I received the error
unknown filesystem type 'vboxsf'
during installation on windows 10.After researching VirtualBox Guest Additions I found this thread
CentOS/sig-cloud-instance-build#27
Which provided me with this solution to the problem:
vagrant plugin install vagrant-vbguest
I ran this from console and I was able to install without any issues.
Apparently another solution would be to use the box
geerlingguy/centos7
which already has Guest Additions built in.The text was updated successfully, but these errors were encountered: