[SOLVED] Writing a floppy disk image file (.img) on Windows
Posted: Fri Aug 21, 2009 11:50 am
I'm using Bochs to play around with a bootable floppy (.img file) and so I've had a fair amount of success playing around on a Windows XP machine.
The troule is that now I've switched to using Windows Server 2008 (x64), and the tools I was using to make my bootable floppy disk just arent working - I was using a virtual floppy drive to mount the image (http://chitchat.at.infoseek.co.jp/vmware/vfd.html) and using the built in debug command to write directly to the boot sector.
Although I've managed to get the virtual floppy drive to work by building it myself, its a pain because I cant properly sign the driver and so Windows moans. Whats more the debug command is missing from 64 bit versions of Windows, so even after managing to mount it I haven't yet found a way to write to the boot sector.
All I want is an easy convenient way of writing to a floppy disk .img file (both the FAT12 filesystem and the boot sector), but I've been looking on the web for 2 days now and haven't found decent tool(s) for doing this - I've been looking with envy at the linux command dd (I dont want to switch to linux as my main job is mostly Microsoft based), but there dont appear to be any functional Windows equivalents.
I'm one step short of writing a tool myself, but I figure that someone else must be in the same position as me and have done the hard work already...
So whats the best way to write bootable floppies on 64 bit versions of windows?
The troule is that now I've switched to using Windows Server 2008 (x64), and the tools I was using to make my bootable floppy disk just arent working - I was using a virtual floppy drive to mount the image (http://chitchat.at.infoseek.co.jp/vmware/vfd.html) and using the built in debug command to write directly to the boot sector.
Although I've managed to get the virtual floppy drive to work by building it myself, its a pain because I cant properly sign the driver and so Windows moans. Whats more the debug command is missing from 64 bit versions of Windows, so even after managing to mount it I haven't yet found a way to write to the boot sector.
All I want is an easy convenient way of writing to a floppy disk .img file (both the FAT12 filesystem and the boot sector), but I've been looking on the web for 2 days now and haven't found decent tool(s) for doing this - I've been looking with envy at the linux command dd (I dont want to switch to linux as my main job is mostly Microsoft based), but there dont appear to be any functional Windows equivalents.
I'm one step short of writing a tool myself, but I figure that someone else must be in the same position as me and have done the hard work already...
So whats the best way to write bootable floppies on 64 bit versions of windows?