I know that NFS is not supported natively on Windows, but there are 3rd pary NFS servers (e.g. FreeNFS -
http://sourceforge.net/projects/freenfs/, and other).
I've tried to mount shared folder via NFS using FreeNFS, but I can't make it work. The official Vagrant documentation says that NFS doesn't work on Windows - but was it intended to mean that NFS doesn't work on Windows natively, out-of-the-box, or that Vagrant doesn't even try to use NFS when on Windows, even if NFS is mounted via tool like FreeNFS?
If the second one (doesn't even try) is the case, it would be really cool to unlock this behavior, as shared folders without NFS are painfully slow (on the side of completely unusable). Or are there any technical reasons making unlocking this on Windows impossible?
Or maybe Vagrant should work with FreeNFS and I'm doing some configuration mistake?
Please share your opinion on this.
Thanks