You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
When a storage medium is mounted in windows it should also be mounted in wsl. For example if my only disk is C drive and I insert a usb on windows that becomes D drive. So on linux that should be known as /dev/SDD
Describe the solution you'd like
A clear and concise description of what you want to happen.
If and only if wsl is running a hook should allow storage mediums to be mounted if they are mounted on windows.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Currently I am manually mounting my storage mediums with a command like:
sudo mount -t drvfs f: /mnt/f
Additional context
Add any other context or screenshots about the feature request here.
The reason this is a good idea is that it improves the integration between wsl and windows and makes programming on wsl easier.
The text was updated successfully, but these errors were encountered:
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
When a storage medium is mounted in windows it should also be mounted in wsl. For example if my only disk is C drive and I insert a usb on windows that becomes D drive. So on linux that should be known as /dev/SDD
Describe the solution you'd like
A clear and concise description of what you want to happen.
If and only if wsl is running a hook should allow storage mediums to be mounted if they are mounted on windows.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Currently I am manually mounting my storage mediums with a command like:
sudo mount -t drvfs f: /mnt/f
Additional context
Add any other context or screenshots about the feature request here.
The reason this is a good idea is that it improves the integration between wsl and windows and makes programming on wsl easier.
The text was updated successfully, but these errors were encountered: