Skip to content

Instantly share code, notes, and snippets.

@microft
Last active March 31, 2024 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save microft/9c2c5343b95459a41dc4 to your computer and use it in GitHub Desktop.
Save microft/9c2c5343b95459a41dc4 to your computer and use it in GitHub Desktop.
vbox vagrant mount fix
[default] -- /vagrant
Failed to mount folders in Linux guest. This is usually beacuse
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment