• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

raw write

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 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.
 
Back
Top