<div class="markdown">
<blockquote>
<blockquote>
<blockquote>
<p dir="auto">Pros:<br>
- Maintained by Vagrant, so easier to maintain. Also, this will have<br>
more testing and user feedback backing it than our customized<br>
vagrant-sshfs plugin will have.<br>
- Works out of the box, just one <code>vagrant up</code><br>
- No tinkering required on the Windows host (but NFS server required<br>
on Linux and Mac hosts)</p>
</blockquote>

<p dir="auto">Mac has smb built in afaik. don't know about NFS - but if users need to<br>
install it this feels doomed since<br>
we already have a ton of other things that need to be configured.</p>
</blockquote>

<p dir="auto">Vagrant configures everything on the host, be it SMB or NFS, no configuration required.</p>
</blockquote>

<p dir="auto">I'm confused - "but NFS server required on Linux and Mac hosts" implies to me that you<br>
or the user will need to do some install or setup (i.e. configuration) for this to work ?</p>

<blockquote>
<blockquote>
<blockquote>
<p dir="auto">Steps for Windows:<br>
- <code>vagrant up</code><br>
- <code>vagrant provision</code><br>
- <code>vagrant reload</code></p>

<p dir="auto">Steps for Linux:<br>
- Allow incoming connections to the NFS server on the host<br>
- <code>vagrant up</code></p>
</blockquote>

<p dir="auto">I'm not following why the steps are different between the OS's here ?</p>

<p dir="auto">And if users need to learn to run all three vagrant up/provision/reload<br>
and different between OS's this is bad/not good either ;/</p>
</blockquote>

<p dir="auto">There is only one step i.e. <code>vagrant up</code>, the extra ones are there because cifs-utils has not been packaged in adb vagrant box, yet!</p>
</blockquote>

<p dir="auto">Okey.</p>

<p dir="auto">/max<br>
<a href="http://about.me/maxandersen">http://about.me/maxandersen</a></p>

</div>