@samitouri / QOSAMI-WSL / commits / f8d1800b

Add instructions to run 'wmic diskdrive get' when creating issues regarding wsl --mount

Blue committed Nov 2, 2020 at 14:39 UTC f8d1800b04105f1aed3c7e550ffbb6a0b3357d93
1 file changed +15
CONTRIBUTING.md
+15
@@ -93,6 +93,21 @@ Common files are:
93 ```
94 $ strace -ff -o <outputfile> <command>
95 ```
96 +
97 +#### wsl --mount
98 +
99 +If the issue is about wsl --mount, please include the output of running `wmic diskdrive get Availability,Capabilities,CapabilityDescriptions,DeviceID,InterfaceType,MediaLoaded,MediaType,Model,Name,Partitions` in an elevated command prompt.
100 +
101 +Example:
102 +
103 +```
104 +C:\WINDOWS\system32>wmic diskdrive get Availability,Capabilities,CapabilityDescriptions,DeviceID,InterfaceType,MediaLoaded,MediaType,Model,Name,Partitions
105 +Availability Capabilities CapabilityDescriptions DeviceID InterfaceType MediaLoaded MediaType Model Name Partitions
106 + {3, 4} {"Random Access", "Supports Writing"} \\.\PHYSICALDRIVE0 SCSI TRUE Fixed hard disk media SAMSUNG MZVLB512HAJQ-000H2 \\.\PHYSICALDRIVE0 3
107 + {3, 4} {"Random Access", "Supports Writing"} \\.\PHYSICALDRIVE1 SCSI TRUE Fixed hard disk media SAMSUNG MZVLB1T0HALR-000H2 \\.\PHYSICALDRIVE1 1
108 + {3, 4, 10} {"Random Access", "Supports Writing", "SMART Notification"} \\.\PHYSICALDRIVE2 SCSI TRUE Fixed hard disk media ST2000DM001-1ER164 \\.\PHYSICALDRIVE2 1
109 +```
110 +
111 <!-- Preserving anchors -->
112 <div id="8-detailed-logs"></div>
113 <div id="9-networking-logs"></div>