Dd for Windows

Submit New Article

Last Modified On :   October 9, 2008 3:34 PM PDT
Rate
 


Burning an image to a USB pen drive from a Windows PC

CAUTION - FOLLOW THE DIRECTIONS VERY CAREFULLY. IF YOU CHOOSE THE WRONG DEVICE TO WRITE, YOU COULD ACCIDENTALLY ERASE YOUR HARD DISK!!!

USE "dd for Windows" AT YOUR OWN RISK!!!

 

Download dd for Windows

  • Download dd for Windows from this location: http://www.chrysocome.net/dd
  • Unzip the file into a directory on your PC. These instructions assume you put them in C:dd

 

Get the name of the USB pen drive

  • Plug the USB pen drive into the USB port on your PC
  • Open a command prompt window
  • In the command window, type:
  • cd c:dd
  • Then type:
  • dd --list
  • This will give you a list of all the drives on your PC.
  • Your USB drive will show up as "Removeable media". On a sample system, it shows:
  • 
    \.Volume{519788if-8c49-11db-a58-00c045000001} 
    link to \?DeviceHarddisk1DP(1)0-0+7 
    removeable media 
    Mounted on \.e:
    

 

Dump the image to the USB pen drive

The following command assumes:

  1. The name of the image file to be burned is q1ultra_install_usb.img and it is in the same directory where you installed dd
  2. Your USB pen drive is mounted as drive e:

 

Type the following at the command prompt:

dd if=q1ultra_install_usb.img of=\.e: