Open
Description
Bug description
In windows I have SMB shared mapped to drive letters. On the WSL side, I only have physical drive letters (like C) and special driver ones (like google drive), normal SMB shares don't exist.
To Reproduce
Steps to reproduce the behavior: Create a windows share and map it to a drive letter.
Expected behavior
I expect the mapped drive letters to show up under /mnt/ just like the others.
This can be manually fixed with mounting with type drvfs in the filesystems config, but getting the filesystem options (like metadata and uid/gid) correct is error-prone.