# HG changeset patch # User Oleksandr Gavenko # Date 1609751233 -7200 # Node ID 54c46fdf99a63264f03c7b10ec5daea984002928 # Parent 8c90e77138844c89ad65bbc2b07113d255808d1c Exposing WSL distros. diff -r 8c90e7713884 -r 54c46fdf99a6 cygwin.rst --- a/cygwin.rst Mon Jan 04 11:06:51 2021 +0200 +++ b/cygwin.rst Mon Jan 04 11:07:13 2021 +0200 @@ -114,6 +114,13 @@ https://cygwin.com/cygwin-ug-net/using.html#mount-table The Cygwin Mount Table. Description of supported keys. +Recent version of Win 10 exposes WSL distros via P9 network protocol. As Cygwin supports UNC paths +it is possible to add mount points (don't forget to create directories like ``/wsl/debian``!):: + + //wsl$/debian /wsl/debian ntfs binary,noacl,posix=0 0 0 + //wsl$/ubuntu /wsl/ubuntu ntfs binary,noacl,posix=0 0 0 + //wsl$/alpine /wsl/alpine ntfs binary,noacl,posix=0 0 0 + Users =====