Answers for "mnt d wsl"

0

mnt d wsl

# Mount 

$ sudo mkdir /mnt/d
$ sudo mount -t drvfs D: /mnt/d

# Unmount

sudo unmount /mnt/d
Posted by: Guest on January-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language