This is a small tool I built for dealing with DOS and Windows raw image files as used when running virtual machines in QEMU, DosBox, etc. I wanted a tool that could easily build disks, make them ...
You will need something that implements the BlockDevice trait, which can read and write the 512-byte blocks (or sectors) from your card. If you were to implement this over USB Mass Storage, there's no ...