Good morning,
I'm experimenting with the SMB file shares in Vagrant 1.5.1 and I'm running 
into a problem.  I changed the configuration in my Vagrant file from

    config.vm.synced_folder "./", "/var/www", id: "vagrant-root" 

to

    config.vm.synced_folder "./", "/var/www", id: "vagrant-root", type:"smb"


And then launched a command prompt using the "Run as administrator" option 
in the context menu.  I `cd`ed into my project directory and did a vagrant 
up.  When I did I got the following output:

Bringing machine 'default' up with 'virtualbox' provider...
    ==> default: Preparing SMB shared folders...
    default: You will be asked for the username and password to use for the 
SMB
    default: folders shortly. Please use the proper username/password of 
your
    default: Windows account.
    default:
    default: Username: <my username>
    default: Password (will be hidden): <entered my password here>

After I entered my password and hit enter it just sat there for 5 minutes. 
 I ended up `ctrl+c`ing the process so I could get back to work.  Is there 
anything else that I can try to fix this?  I'm really hoping SMB fixed some 
of the performance issues we've been having.  :-)

Any help would be greatly appreciated.

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