Skip to content
Snippets Groups Projects
Commit 1b8ce14a authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

add example to mount mk1c on wsl

parent 5cc63fb1
No related branches found
No related tags found
No related merge requests found
Pipeline #87707 passed
...@@ -386,6 +386,22 @@ To do each time you need to connect the Pc to the mk1c ...@@ -386,6 +386,22 @@ To do each time you need to connect the Pc to the mk1c
ls -l /mnt/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. Conversely, the `umount` command will detach it again.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment