-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/mnt does not show dynamically-appearing drive letters E: (CD/DVD) #560
Comments
Right now WSL only supports fixed NTFS/ReFS (with limitations) volumes. We don't monitor for removable drives today. |
There is a thread on our user voice page requesting this support. It's fairly high on the list of requested features and definitely something that is on our radar. |
Thanks for your referral to the User Voice page for bash. However, I am Because there are so many locations established or in-use to provide bug James D. Howard, jhoward@alumni.caltech.edu |
Agreed, we're trying to find a single platform that supports all of our needs and have yet to find one that does issue reporting and feature requests equally well. You are welcome to submit suggestions to either place. We appreciate your feedback. |
Closing out old issues. Support for mounting filesystems on removable drives (USB, CD, etc) was added in Fall Creators Update. |
@benhillis - this one is being used (in some amorphous unofficial capacity) as the landing zone auto-mount/auto-unmount like message. It's a place to dupe things down when they come in. |
Fair enough. |
Isn't it a duplicate of #891, and so implemented already? |
If a DVD or USB stick is inserted into the PC, Windows dynamically sees the media content, and (if needed) assigns or re-uses a drive letter. Example: DVD inserted visible as
E:\
... However, the DVD is not visible as a/mnt
" point like other Windows 10 NTFS drives. Since "/mnt
" is an artificially-constructed entity, there is no adequate reason that "/mnt/e
" cannot be as correspondingly visible/present as "/mnt/c
"You've defined a simple, meaningful, bi-directionally-understandable translation for the Windows and WSL environments. Keep it that way.
The text was updated successfully, but these errors were encountered: