Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

open WSL folder in windows explorer

#go to network explorer and type below

wsl$
Comment

where is wsl folder in windows

%LOCALAPPDATA%PackagesCanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgscLocalState
ootfs
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: create next app with jest 
Shell :: react native cannot load 
Shell :: git rename other branch 
Shell :: deploy django site to aws 
Shell :: git remove large files with bfg 
Shell :: npm commands 
Shell :: rename git repository command line 
Shell :: scp from server to my computer 
Shell :: How to download torrents from the command-line on Linux 
Shell :: docker stop swarm 
Shell :: rsync delete old files 
Shell :: authentication failed for git 
Shell :: how to get driver information ubuntu 
Shell :: jenkinsfile run curl in a function 
Shell :: delete a branch from local 
Shell :: git go to commit id 
Shell :: Rename Files in git command 
Shell :: how to revert commit in git 
Shell :: letsencrypt domain error 
Shell :: pull all branches from remote git 
Shell :: dir in file txt 
Shell :: how to uninstall django 
Shell :: droidcam usb 
Shell :: print file size in mb linux 
Shell :: remove a non empty directory 
Shell :: Cocoapods not found in android studio but flutter run works 
Shell :: cmd change start in 
Shell :: ssh to lightsail 
Shell :: Use linux not Windows 
Shell :: pyinstaller onefile hidden window 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =