Skip to content
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

Q: Is /mnt/c/ with WSL supported? #74

Open
Wizek opened this issue Mar 28, 2018 · 6 comments
Open

Q: Is /mnt/c/ with WSL supported? #74

Wizek opened this issue Mar 28, 2018 · 6 comments
Labels

Comments

@Wizek
Copy link

Wizek commented Mar 28, 2018

I'm trying to use GHCid with Windows Subsystem for Linux, and I am running into file changes only being picked up when I set --poll. Is hfsnotify supposed to work on mounted drives on WSL like /mnt/c? Or is this known to being not yet supported?

Here is the relevant GHCid issue: ndmitchell/ghcid#121

@dten
Copy link

dten commented May 2, 2018

also got this issue, i notice hinotify (the package fsnotify uses) works fine on /mnt/c/ paths

@dten
Copy link

dten commented May 2, 2018

it seems that CloseWrite is never fired (when editing from windows) on wsl from hinotify and so no modified events are sent
microsoft/WSL#2507

@thomasjm
Copy link
Contributor

See also emcrisostomo/fswatch#132

@thomasjm
Copy link
Contributor

Thanks for the research @dten! Given that fswatch doesn't support WSL, I think this will be a wontfix for fsnotify as well, for now at least. We should revisit this if/when the WSL inotify system has its bugs ironed out.

@TerrorJack
Copy link

I'm on Windows 10 17751, and confirm that ghcid works for /mnt/c/ paths out of the box. fsnotify version is 0.3.0.1.

@dten
Copy link

dten commented Sep 2, 2018

This is exciting! Thanks for reporting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants