📜  mount d on wsl - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:45.303000             🧑  作者: Mango

代码示例1
Mount
$ sudo mkdir /mnt/d
$ sudo mount -t drvfs D: /mnt/d
Unmount
$ sudo unmount /mnt/d