Answers for "mount d on wsl"

4

mount d on wsl

Mount
$ sudo mkdir /mnt/d
$ sudo mount -t drvfs D: /mnt/d
Unmount
$ sudo unmount /mnt/d
Posted by: Guest on September-28-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language