Wmic: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
You can then use [http://maarten.lippmann.us/?page_id=116 dd] from the [http://sourceforge.net/projects/unxutils/ unix utils] to write an image to a drive. | You can then use [http://maarten.lippmann.us/?page_id=116 dd] from the [http://sourceforge.net/projects/unxutils/ unix utils] package to write an image to a drive. | ||
I use this to backup or install [http://www.nmedia.net/flashrd/ flashrd] images onto a usb stick or cf card for my [http://www.nmedia.net/flashrd/ soekris] devices. | I use this to backup or install [http://www.nmedia.net/flashrd/ flashrd] images onto a usb stick or cf card for my [http://www.nmedia.net/flashrd/ soekris] devices if I don't have easy access to a Linux or BSD system. |
Revision as of 14:56, 17 August 2013
wmic diskdrive list brief
will list the physical drives from the windows command line.
C:\Users\maarten.LIPPMANN>wmic diskdrive list brief Caption DeviceID Model Partitions Size TOSHIBA MK1637GSX \\.\PHYSICALDRIVE1 TOSHIBA MK1637GSX 1 160039272960 TOSHIBA THNSNC128GCSJ \\.\PHYSICALDRIVE0 TOSHIBA THNSNC128GCSJ 4 128035676160 ST2000NM 0011 USB Device \\.\PHYSICALDRIVE2 ST2000NM 0011 USB Device 1 2000396321280
You can then use dd from the unix utils package to write an image to a drive.
I use this to backup or install flashrd images onto a usb stick or cf card for my soekris devices if I don't have easy access to a Linux or BSD system.