Solved How can I burn FreeBSD memstick.img with USB in Windows 7

It's always better to use dd with .img files; I'd use cat before I used some murky disk utility. Memstick images are raw devices. You can just do

cat foo.img > /dev/da0
 
It's always better to use dd with .img files; I'd use cat before I used some murky disk utility. Memstick images are raw devices. You can just do
cat foo.img > /dev/da0
What's the point in answering to a seven years old solved thread ?

For some reasons he needs to do that under Windows....
He *needed*: I hope he has solved his problem by now.
 
Install Cygwin or MSYS2 and install dd or gddrescue. I prefer gddrescue.

Or try ROSA ImageWriter.

Rufus can also write image file in dd mode (not checked).
 
Back
Top