I'm running Vagrant 1.6.5 on OS X Yosemite with VMWare Fusion Professional 7.0. I'm trying to `vagrant up` [this box](https://github.com/thenativeweb/vagrant-node/).
Vagrant creates the box, starts it, but then fails when trying to mount the file system: > ==> default: Enabling and configuring shared folders... > default: -- /Users/golo/Projekte/thenativeweb/vagrant-node: /vagrant > The following SSH command responded with a non-zero exit status. > Vagrant assumes that this means the command failed! > > mount -t vmhgfs -o uid=\`id -u vagrant\`,gid=\`id -g vagrant\` '.host:/-vagrant' /vagrant > > Stdout from the command: > > > > Stderr from the command: > > stdin: is not a tty > Error: cannot mount filesystem: No such device Any idea what might cause this issue? PS: I've tried running this command from inside the box, prefixed it with sudo, and got the very same result. -- 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]. For more options, visit https://groups.google.com/d/optout.
