Como posso acessar a unidade D: //?
Ele só será pseudo-montado se for uma unidade fixa e formatado como NTFS.
Note that we don't currently support mounting drives in WSL - we pseudo-mount fixed NTFS drives in your machine, but cannot currently mount removable (e.g. USB) drives or non-NTFS drives
Fonte - comentário por Richard Turner que trabalha para a equipe da Microsoft WSL.
In order for a drive to show up under /mnt/ it must meet the following criteria:
- The drive must be a fixed drive
- The drive must be formatted to NTFS.
Isso foi levantado como um problema: Unidades diferentes de C: não estão montadas em / mnt # 1079 . Ainda está marcado como "Aberto".
To facilitate interoperability with Windows, WSL uses the DrvFs file system. WSL automatically mounts all fixed drives with supported file systems under /mnt, such as /mnt/c, /mnt/d, etc. Currently, only NTFS and ReFS volumes are supported.
Fonte Suporte ao sistema de arquivos WSL