-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick fix for NFS/Synced Folder issues #7
Comments
I'm hesitant to make this change, in addition to performance Virtualbox native file sharing does not support symliniks which can cause a lot of problems. I have been thinking of adding a configuration file to easily change settings like this in a more user friendly way. I'm inclined to include this as a setting and perhaps false is the safest options. |
Ah yeah I wouldn't suggest it as a change, NFS is preferred and suggested even by Vagrant. I would keep it set to true in the repo because I've been running into these very problems (for example, I cant mount folders with sshfs in the guest machine, however i got around this by running sshfs from the host machine and mounting it inside the shared folder). I just thought I would post it in the issue queue as a quick workaround for people who don't have time to fiddle with NFS issues and are willing to take shortcuts. The particular issue I'm having is one I've had with other host/guest machines as well, so once I get a chance I'll be happy to spend some time debugging it. My theory is that its a version mismatch between nfsd on the machines, and that potentially rectifying this by providing something in the puppet manifests for the client somehow would provide a more thorough solution. |
I had troubles with nfsd versions in Ubuntu 13.04 that is my daily driver. Thanks On Tue, Nov 12, 2013 at 3:21 PM, acao notifications@github.com wrote:
|
Word-of-mouth, but no real-world experience, pointed me to Virtualbox native file sharing on Windows host systems actually being quite good, unlike the time-waster it is on the Mac side of things. I have no one to attribute this too, so to be taken with a grain of salt… |
Well, on any platform they don't support symlinks right? On Tue, Nov 12, 2013 at 4:21 PM, Andrew_Mallis notifications@github.comwrote:
|
The lines for this have changed a bit at this point. I'm going to do some testing on my Windows box later tonight and see if this issue has been resolved. Here are the current lines as of this comment:
|
In several environments, I've run into issues around the nfs setup - specifically with an error referring to permissions issues while mounting the directory.
By changing
to
You can disable NFS support which, while it may be less performant, can get you around these nfs related issues until a better solution is worked out.
The text was updated successfully, but these errors were encountered: