Hello,

That error seems its failing to mount the device, that is the shared
folder.. I did check the vagrantifle, and they are using a chef box

it may be due vmtools not working, causes can be is not installed at all
(Very unluckily), or the vm was updated and the vmtools wasn't recompiled..

Option A, try to run:

/usr/bin/vmware-config-tools.pl

then *vagrant halt && vagrant up --provision*

*or, Option B.*

Can you either test with a dffierent box? pick other ubuntu from here:
https://vagrantcloud.com/chef/

and replace *chef/ubuntu-14.04
<https://vagrantcloud.com/chef/boxes/ubuntu-14.04> with the one you choose.*

*Or, try to recompile the vmtools modules and then test  vagrant halt &&
vagrant up --provision*


On Wed, Oct 29, 2014 at 6:07 AM, Golo Roden <[email protected]> wrote:

> 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.
>

-- 
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.

Reply via email to