From c3747234cf3df7c9edad8d387de9269e41a229bf Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 17 Jul 2010 10:23:08 -0700 Subject: [PATCH] Note that NFS is not supported on Windows --- docs/nfs.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/nfs.md b/docs/nfs.md index 5da7fe3a7..e8f968dc8 100644 --- a/docs/nfs.md +++ b/docs/nfs.md @@ -16,6 +16,11 @@ folders can offer a solution. Vagrant will orchestrate the configuration of the NFS server on the host and will mount of the folder on the guest for you. +**Note:** NFS is not supported on Windows hosts. According to VirtualBox, +shared folders on Windows shouldn't suffer the same performance penalties +as on unix-based systems. If this is not true, feel free to use our [support](/support.html) +channels and maybe we can help you out. + ## Performance Benchmarks [John](http://nickelcode.com) and [I](http://github.com/mitchellh) did extensive