mount drive wsl2 code example
Example: mount d on 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