sutch / image-building-sandbox

MIT License
0 stars 1 forks source link

Windows 7 host machine doesn't support NFS #5

Closed tfrancis closed 9 years ago

tfrancis commented 9 years ago

After using Packer to build and then bring the VM up the following warning is issued:

It appears your machine doesn't support NFS, or there is not an adapter to enable NFS on this machine for Vagrant. Please verify that nfsd is installed on your machine, and try again. If you're on Windows, NFS isn't supported. If the problem persists, please contact Vagrant support.

tfrancis commented 9 years ago

Commit SHA: d880040dde93b4192b86343c73835257d9d960c3 includes the use of vagrant-cachier plugin and configures using NFS. Uninstalling the plugin makes the boolean guard skip the plugins configuration and allows normal operation.

sutch commented 9 years ago

Pull request #6 resolves by removing vagrant-cachier configuration. Reopening issue #2.