diff --git a/source/Installation/linux_admin.rst b/source/Installation/linux_admin.rst
index d53bd443466215d9b259f00c90cd93e5f0f8f4ba..12afe047bf6b0eaf1191857a08ae1c9d9121eb11 100644
--- a/source/Installation/linux_admin.rst
+++ b/source/Installation/linux_admin.rst
@@ -386,6 +386,22 @@ To do each time you need to connect the Pc to the mk1c
 
     ls -l /mnt/mk1c
 
+.. note::
+
+    If you use WSL (**W**indows **S**ubsystem for **L**inux) the fylesystem type `-t` option to use is `drvfs`
+    So the command to use to mount the mk1c on the Pc is
+
+    .. code-block:: shell
+
+        $ sudo mount -t drvfs //192.168.0.10/data -ousername=minit,uid=1000,gid=1000 /mnt/mk1c
+        passowrd ******
+
+
+.. note::
+
+    In the 2 examples above the you need to know the IP of you mk1c and replace the IP example
+    192.168.0.10  by the mk1c IP
+
 
 Conversely, the `umount` command will detach it again.