Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
unix_tunis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub-courses
unix_tunis
Commits
1b8ce14a
Commit
1b8ce14a
authored
2 years ago
by
Bertrand NÉRON
Browse files
Options
Downloads
Patches
Plain Diff
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
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/Installation/linux_admin.rst
+16
-0
16 additions, 0 deletions
source/Installation/linux_admin.rst
with
16 additions
and
0 deletions
source/Installation/linux_admin.rst
+
16
−
0
View file @
1b8ce14a
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment