raw write

Mixolydian

Lifer
Nov 7, 2011
14,566
91
91
gilramirez.net
I seem to remember several notable utilities in the past that let you write raw data to a device in windows (such as making a boot disk from a disk image) but can't seem to find them. I remember rawwrite, but it appears to be very outdated. Anyone know of any good utilities that do this? Basically I'm looking for a GUI app for windows that's equivilent to "dd" on UNIX systems.
 

lxskllr

No Lifer
Nov 30, 2004
59,208
9,700
126
Not gui, but you could install Cygwin to get Unix commands on Windows.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
I seem to remember several notable utilities in the past that let you write raw data to a device in windows (such as making a boot disk from a disk image) but can't seem to find them. I remember rawwrite, but it appears to be very outdated. Anyone know of any good utilities that do this? Basically I'm looking for a GUI app for windows that's equivilent to "dd" on UNIX systems.

I don't think you'll find a gui app for it, but as lxskllr says you can get dd for Windows and use the \\?\Volume names to reference the device directly.