I'm running MacOS Big Sur (11.2.3), VirtualBox 6.1.18, and Vagrant 2.2.15. I've installed the VirtualBox Extensions, with a message that claimed to be successful. I'm trying to share files with a box created from ubuntu/xtenial64. My host is a MacBook Pro, 2019 vintage, with 16 GB of RAM and a 2.6 GHz Intel Core i7. My favorite color is green, and my favorite captain is, of course, Jean Luc. This Is The Way.
Vagrant tells me that I have a valid Vagrantfile, but VirtualBox tells me (with no helpful details) that I have 'invalid settings.' When I run 'vagrant up,' I get this error text:
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
I'm surprised that I'm not finding a raft of problems such as mine reported on this forum of elsewhere. Can anyone shed some light on this situation?