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
D:\opt\vagrant is a link/junction to another folder, e.g. vagrant [D:\Vanguard\code\mlvagrant\opt\vagrant]
D:\space\installers is a link/junction to another folder, e.g. software [D:\installers]
link/junction created using mklink /J command
Encountered the following error:
D:\VMs\democat>vagrant up --no-provision
==> democat-ml1: Mounting shared folders...
democat-ml1: /vagrant => D:/VMs/democat
democat-ml1: /opt/vagrant => D:/opt/vagrant
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 attemped was:
set -e
mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3` opt_vagrant /opt/vagrant
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` opt_vagrant /opt/vagrant
The error output from the command was:
/sbin/mount.vboxsf: mounting failed with the error: Invalid argument
The text was updated successfully, but these errors were encountered:
Given:
Encountered the following error:
The text was updated successfully, but these errors were encountered: