User Tools

Site Tools


computing:windows:windows_core

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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://www.sonoracomm.com/wiki/doku.php?do=search&id=hyper-v|more Hyper-V pages]]** See also **[[https://www.sonoracomm.com/wiki/doku.php?do=search&id=hyper-v|more Hyper-V pages]]**
 +
 +===== List Volumes (Drive Letters) =====
 +
 +http://www.computerhope.com/issues/ch000854.htm
 +
 +<file>
 +vol
 +
 +wmic logicaldisk get name
 +</file>
  
 ===== Dismount a USB Flash Drive ===== ===== Dismount a USB Flash Drive =====
 +
 +==== fsutil ====
 +
 +<file>
 +fsutil volume dismount VolumePathname
 +</file>
 +
 +==== 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 "diskpart" +  - On command prompt type ''diskpart'' 
-  - At the ''diskpart'' prompt, type ''list volume'' noting of the number of your desired volume+  - At the ''diskpart'' prompt, type ''list volume'' noting the number of your desired volume
   - Type ''select volume x'' where 'x' is your USB storage device number   - Type ''select volume x'' where 'x' is your USB storage device number
   - Then type ''remove all dismount'' and press 'enter'   - Then type ''remove all dismount'' and press 'enter'
computing/windows/windows_core.1375831982.txt.gz · Last modified: 2013/08/06 17:33 by gcooper