This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:windows:windows_core [2013/08/06 17:33] gcooper |
computing:windows:windows_core [2013/08/08 10:01] (current) gcooper |
||
---|---|---|---|
Line 2: | Line 2: | ||
See also **[[https:// | See also **[[https:// | ||
+ | |||
+ | ===== List Volumes (Drive Letters) ===== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | < | ||
+ | vol | ||
+ | |||
+ | wmic logicaldisk get name | ||
+ | </ | ||
===== Dismount a USB Flash Drive ===== | ===== Dismount a USB Flash Drive ===== | ||
+ | |||
+ | ==== fsutil ==== | ||
+ | |||
+ | < | ||
+ | fsutil volume dismount VolumePathname | ||
+ | </ | ||
+ | |||
+ | ==== diskpart ==== | ||
Safely remove a USB disk from a windows server core installation: | Safely remove a USB disk from a windows server core installation: | ||
- On command prompt type '' | - On command prompt type '' | ||
- | - At the '' | + | - At the '' |
- Type '' | - Type '' | ||
- Then type '' | - Then type '' |