winnfsd / vagrant-winnfsd

Manage and adds support for NFS for Vagrant on Windows.
Other
567 stars 62 forks source link

Use the vagrant home path to store the nfspaths file. #85

Closed das-peter closed 8 years ago

das-peter commented 8 years ago

I propose to store the nfspaths file in the vagrant home path instead the installation directory. The advantage of this is less permission headaches on windows. If Vagrant is installed in the "Program Files" folder you might run into issues writing into that folder due UAC oder directory owner ship (TrustedInstaller). Writing in the vagrant home directory should be possible since by default it's a directory within the Windows user directory - which is writeable by the current user.

This could solve following issues:

marcharding commented 8 years ago

I think its a good idea. I'll test this a bit and, if nobody has any counter-arguments, will merge it.