readme.md
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
# WSL
|
# WSL
|
||||||
|
|
||||||
## misc
|
## Table of contents
|
||||||
|
<!-- TOC -->
|
||||||
|
- [WSL](#wsl)
|
||||||
|
- [Table of contents](#table-of-contents)
|
||||||
|
- [mount network drive (nas) on wsl](#mount-network-drive-nas-on-wsl)
|
||||||
|
<!-- /TOC -->
|
||||||
|
|
||||||
### mount network drive (nas) on wsl
|
## mount network drive (nas) on wsl
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo mount -t drvfs '\\<nas-name-or-ip>\<nas-shared-folder>' <local-folder>
|
sudo mount -t drvfs '\\<nas-name-or-ip>\<nas-shared-folder>' <local-folder>
|
||||||
|
|||||||
Reference in New Issue
Block a user