Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

mount a folder from windows inside wsl

# <file system> <dir> <type> <options> <dump> <pass>
C: /mnt/c drvfs rw,noatime,uid=1000,gid=1000,case=off,umask=0027,fmask=0137, 0 0
/mnt/c/directory/for/mount /where/to/mount none bind,default 0 0
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #mount #folder #windows #wsl
ADD COMMENT
Topic
Name
3+2 =