winnfsd / vagrant-winnfsd

Manage and adds support for NFS for Vagrant on Windows.
Other
570 stars 61 forks source link

Running over WSL #111

Open nick4fake opened 7 years ago

nick4fake commented 7 years ago

Hey,

Vagrant supports running on top of WSL: https://www.vagrantup.com/docs/other/wsl.html.

This plugin is incompatible with such scheme atm. While I was able to pass netsh to it:

#!/usr/bin/env bash

cmd.exe /c netsh "$@"

It still does not work after setting up firewall rule.

marcharding commented 6 years ago

I already tried fixing that but i'm not using WSL that much, so i've given up for the moment. Sorry.

snailuj commented 6 years ago

Hi, I'm a big fan of your plugin. It makes a huge difference to workflow! But +1 for fixing this issue -- I am trying to consolidate all my windows terms into WSL and so close right now :)

very-random-man commented 6 years ago

+1 for this. Lack of NFS synced folder in WSL is my main gripe with the Win10 dev environment so this could be the missing link and mean vm-based development workflow would be the same between OSX and Win10. :-)

codeguy commented 6 years ago

+1 from me too. This would be wonderful.

codeguy commented 6 years ago

@marcharding When do you anticipate this issue being resolved? I would help with the code if I could, but I unfortunately don't have enough knowledge with Windows internals/networking. What else can I do to help you expedite this?

danballance commented 5 years ago

For what it's worth, I'd +1 this issue too...

Ivan3008 commented 4 years ago

+1

strarsis commented 3 years ago

Isn't NFS support now included int he WSL kernels (like Ubuntu 20.04)?