Commit 90798890 authored by bobloblaw's avatar bobloblaw
Browse files

Update cmd.md

parent c6af89f1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -138,6 +138,10 @@ In the windows world mounting is called mapping.
If you want to see which drives are mapped/mounted to your filesystem you can use any of these commands:

```
# This is the most thorough
wmic logicaldisk get deviceid, volumename, description

# But this works too
wmic logicaldisk get name
wmic logicaldisk get caption
```