Open pyxfluff opened 4 months ago
If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
/emailed-logs
Thank you @darkpixlz. What type of disk are you trying to attach ?
Also, can you share the output of:
wmic diskdrive get Availability,Capabilities,CapabilityDescriptions,DeviceID,InterfaceType,MediaLoaded,MediaType,Model,Name,Partitions
?
EXT4 disk. The output is:
Availability Capabilities CapabilityDescriptions DeviceID InterfaceType MediaLoaded MediaType Model Name Partitions
{3, 4} {"Random Access", "Supports Writing"} \\.\PHYSICALDRIVE1 IDE TRUE Fixed hard disk media ST1000DM010-2EP102 \\.\PHYSICALDRIVE1 1
{3, 4} {"Random Access", "Supports Writing"} \\.\PHYSICALDRIVE2 SCSI TRUE Fixed hard disk media MSI M371 500GB \\.\PHYSICALDRIVE2 4
{3, 4} {"Random Access", "Supports Writing"} \\.\PHYSICALDRIVE0 IDE TRUE Fixed hard disk media Samsung SSD 870 QVO 2TB \\.\PHYSICALDRIVE0 3
Try running wsl --mount \\.\PHYSICALDRIVE1
instead of wsl --mount //./PHYSICALDRIVE1
.
Try running
wsl --mount \\.\PHYSICALDRIVE1
instead ofwsl --mount //./PHYSICALDRIVE1
.
Sorry, can't be bothered to boot into Windows right now. If somebody else wants to try they can.
Windows Version
Microsoft Windows [Version 10.0.26120.961]
WSL Version
2.0.14.0
Are you using WSL 1 or WSL 2?
Kernel Version
No response
Distro Version
No response
Other Software
No response
Repro Steps
Run
wsl --mount //./PHYSICALDRIVE1 --partition 1
.Expected Behavior
The drive mounts.
Actual Behavior
I see the output:
Diagnostic Logs
No response