Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to mount a flash drive in wsl

# let's say that the usb has letter 'g'
sudo mkdir /mnt/g
sudo mount -t drvfs G: /mnt/g
Comment

PREVIOUS NEXT
Code Example
Shell :: copy file permissions to another file 
Shell :: install helm on minikube 
Shell :: npm install latest available packages 
Shell :: git update .gitignore 
Shell :: svn commit file 
Shell :: ffmpeg install ubuntu 
Shell :: bash iterate over a variable range of numbers 
Shell :: hard link linux 
Shell :: git ignore not saving changes 
Shell :: sleep in linux command 
Shell :: ERROR: No matching distribution found for torch.fx 
Shell :: error when i install sass 
Shell :: git delete commit history 
Shell :: git use cat instead of less 
Shell :: install adminlte 
Shell :: install bc command linux 
Shell :: remove empty pdf page 
Shell :: fedora simplescreenrecorder start 
Shell :: list files in cmd 
Shell :: anydesk command line CENTOS 
Shell :: install scala on mac 
Shell :: install vim in wsl 
Shell :: working fork linux c compiler 
Shell :: linux find and remove bom from files 
Shell :: push to docker hub 
Shell :: the ycmd server install 
Shell :: mac send email attachment command line 
Shell :: git buffer 
Shell :: pip info package location 
Shell :: pushing to existing repo 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =