winnfsd / vagrant-winnfsd

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

Issue with a symlinks #95

Closed andrvin closed 8 years ago

andrvin commented 8 years ago

Hi guys! Thank you for your work! But why I can't create a symlink on the nfs mounted system on my vagrant VirtualBox machine? I got this error when I tried: ln: failed to create symbolic link ‘/bla/bla/file’: Input/output error

marcharding commented 8 years ago

Do you run vagrant as administrator? Unfortunately symlinks on windows only work as administrator...

If that does not fix it: Whats you plugin version (vagrant plugin list) and what exact command did you execute (ln -s foo bar).

andrvin commented 8 years ago

Thank you! It solves the problem! But I have another question how I can run winnfsd with async option(if it is possible)?

marcharding commented 8 years ago

I'm working on it, take a look here https://github.com/winnfsd/winnfsd/issues/22#issuecomment-230125433

I'm closing this issue, because the symlink issue is resolved.

QzeroQ commented 6 years ago

The version I use is: vagrant-winnfsd (1.4.0) The command I execute is : tail -f lum-180622.log The error message is: reverting to polling: Input/output error I have used an administrator to run Please help me, thank you@marcharding