3
votes
4answers
122 views
Programmatically differentiating between USB Floppy Drive and USB Flash Drive in Windows
On Windows (XP-7), is there a reliable way of programatically differentiating between USB floppy drives and USB flash drives in C++?
At the moment, I'm using WMI to get updates when new …
1
vote
0answers
40 views
How can I identify an unknown floppy format? [closed]
I'd like to know if there are any programs available to get me the name of the filesystem used on a floppy, instead of just asking me if I want to format the disk.
1
vote
1answer
109 views
How to build and deploy an Amiga application that is bootable from a floppy disk (NON-DOS)?
Following up on the "How do I code and compile an Amiga application?" question, what development applications and build process is required to boot an Amiga application from a floppy disk?
Update: …
1
vote
7answers
230 views
What software do I use to put floppies as images on a hard disk?
I still have a large number of floppies. On some of them there probably is source code I don't want to lose. I also don't want to take look at each one individually, as that's going to take a lot of …
0
votes
0answers
29 views
How to write image of a floppy disk to a flash drive? [closed]
I have created an image of a floppy disk by executing:
dd if=/dev/fd0 of=/home/myFloppy.img
My floppy disk is no more working now. So I am thinking now if it's possible to write the image of that …
0
votes
4answers
2k views
Installing Windows on a RAID system without a floppy drive
What is the best way to install Windows on a system without a Floppy drive, when RAID drivers are required for the installation?
I'm specifically trying to get Windows 2003r2 64bit onto a rack-mount …
