We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Microsoft Windows [Version 10.0.21387.1]
Linux version 4.19.128-microsoft-standard (oe-user@oe-host)
Ubuntu 16.04, Ubuntu 20.04
No response
Open Windows terminal at administrator mode.
run wmic diskdrive list brief
wmic diskdrive list brief
We can see a SanDisk Ultra Luxe USB Device listed as \.\PHYSICALDRIVE2. Besides, we can see the drive at file explorer also.
run wsl --mount \\.\PHYSICALDRIVE2 --partition 1
wsl --mount \\.\PHYSICALDRIVE2 --partition 1
And after trying to run the wsl --mount \\.\PHYSICALDRIVE2 --partition 1 . I cannot see the USB in the file explorer also.
The text was updated successfully, but these errors were encountered:
USB flash drives and SD cards are not supported at this time and will fail to attach to WSL 2. USB disks are supported though. https://docs.microsoft.com/en-us/windows/wsl/wsl2-mount-disk#limitations
Sorry, something went wrong.
wsl --mount
No branches or pull requests
Windows Build Number
Microsoft Windows [Version 10.0.21387.1]
WSL Version
Kernel Version
Linux version 4.19.128-microsoft-standard (oe-user@oe-host)
Distro Version
Ubuntu 16.04, Ubuntu 20.04
Other Software
No response
Repro Steps
Open Windows terminal at administrator mode.
run
wmic diskdrive list brief
We can see a SanDisk Ultra Luxe USB Device listed as \.\PHYSICALDRIVE2. Besides, we can see the drive at file explorer also.
run
wsl --mount \\.\PHYSICALDRIVE2 --partition 1
And after trying to run the
wsl --mount \\.\PHYSICALDRIVE2 --partition 1
. I cannot see the USB in the file explorer also.Expected Behavior
Actual Behavior
Diagnostic Logs
The text was updated successfully, but these errors were encountered: