We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many users re-configure the mount root, e.g. setting /etc/wsl.conf to:
/etc/wsl.conf
[automount] root = /
e.g. https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly
The wslpath utility handles this correctly, but wslToWindows will complain Linux path must reside in /mnt/.
wslpath
wslToWindows
Linux path must reside in /mnt/
The text was updated successfully, but these errors were encountered:
good point, I'll take a look
Sorry, something went wrong.
I fixed this bug in the current master. Would be good if you can test it - I'll release the next version beginning of the week
Fixed in 2.0.0
mojadev
No branches or pull requests
Many users re-configure the mount root, e.g. setting
/etc/wsl.conf
to:e.g. https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly
The
wslpath
utility handles this correctly, butwslToWindows
will complainLinux path must reside in /mnt/
.The text was updated successfully, but these errors were encountered: