change mount of wsl2 to d drive 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