site  contact  subhomenews

Writing image to USB drive, in Windows

April 02, 2016 — BarryK
I am revisiting this topic, considering what is the best tool in Windows, to write an image-file to a drive. In my case, it will be writing a Quirky image to a USB drive or SD-card.

dd
There is a 'dd' utility for Windows, however the project is old and there is some feedback that it doesn't work properly with Windows 10:
http://www.chrysocome.net/dd

Win32 Disk Imager
This seems to be the most popular:
https://sourceforge.net/projects/win32diskimager/

Expanding an image file
I upload USB drive image files with xz compression.
The problem with the Windows GUI tools like Win32 Disk Imager, as far as I am aware, cannot pipe in a .img.xz file and expand it as it is being read -- it has to be expanded completely beforehand. So, if it is a 16GB image, the Windows drive will need that much free space.

Anyway, a tool for Windows to expand a .img.xz file is 7-zip:
http://www.7-zip.org/


Comments

This is another one, Windows image-writer tool:

rawrite32
http://www.netbsd.org/~martin/rawrite32/

HDD Raw Copy Tool
http://hddguru.com/software/HDD-Raw-Copy-Tool/

I seem to recall, a few years ago when I looked at this tool, is does read a compressed image file, but does not support xz.

USBWriter
https://sourceforge.net/projects/usbwriter/

Careful though, read the user feedback, some warnings.

I don't know why we would need to do this, but Puppy Forum member 'don570' has reported that he needs to format the card first, using 'SD Card Formatter' (for Windows):
http://murga-linux.com/puppy/viewtopic.php?p=878300#878300

SD Card Formatter
https://www.sdcard.org/downloads/formatter_4/index.html

Tags: linux