I have a Packer built Vagrant Debian Jessie64 box and I am running into 
this issue when running vagrant up. My host machine is Windows7.

==> default: Mounting shared folders...
>     default: /vagrant => D:/webdev/VM Dev Boxes/Packer Test 2
> Failed to mount folders in Linux guest. This is usually because
> 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
> The error output from the last command was:
> stdin: is not a tty
> mount: unknown filesystem type 'vboxsf'


I believe it is an issue with not having vbox guest additions installed. 
I've tried to install them with the commands in the "vagrant.sh" script, 
but that doesn't seem to help. 

This is a case of dangerous half knowledge for sure. The VM works, but the 
inability to do the shared folder mount is causing a long pause before 
Vagrant is finished. I'd like to correct that. 

I've created a repo, with the files I am using. 

https://github.com/smolinari/PHP-Packer-Demo

Any tips on where I am screwing up would be greatly appreciated. 

Scott 

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/f0bc9990-cfac-4e69-b771-03526f36b77a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to