cygwin.rst
changeset 2500 398df84b32c7
parent 2499 54c46fdf99a6
child 2527 a60864c290cc
equal deleted inserted replaced
2499:54c46fdf99a6 2500:398df84b32c7
   113 
   113 
   114 https://cygwin.com/cygwin-ug-net/using.html#mount-table
   114 https://cygwin.com/cygwin-ug-net/using.html#mount-table
   115   The Cygwin Mount Table. Description of supported keys.
   115   The Cygwin Mount Table. Description of supported keys.
   116 
   116 
   117 Recent version of Win 10 exposes WSL distros via P9 network protocol. As Cygwin supports UNC paths
   117 Recent version of Win 10 exposes WSL distros via P9 network protocol. As Cygwin supports UNC paths
   118 it is possible to add mount points (don't forget to create directories like ``/wsl/debian``!)::
   118 it is possible to add mount points (don't forget to create directory ``/wsl`` before mounting!)::
   119 
   119 
   120   //wsl$/debian /wsl/debian  ntfs binary,noacl,posix=0 0 0
   120   //wsl$/debian /wsl/debian  ntfs binary,noacl,posix=0 0 0
   121   //wsl$/ubuntu /wsl/ubuntu  ntfs binary,noacl,posix=0 0 0
   121   //wsl$/ubuntu /wsl/ubuntu  ntfs binary,noacl,posix=0 0 0
   122   //wsl$/alpine /wsl/alpine  ntfs binary,noacl,posix=0 0 0
   122   //wsl$/alpine /wsl/alpine  ntfs binary,noacl,posix=0 0 0
   123 
   123