mnt d wsl code example
Example: mnt d wsl
# Mount
$ sudo mkdir /mnt/d
$ sudo mount -t drvfs D: /mnt/d
# Unmount
sudo unmount /mnt/d
# Mount
$ sudo mkdir /mnt/d
$ sudo mount -t drvfs D: /mnt/d
# Unmount
sudo unmount /mnt/d