Quantcast
Channel: How to use dd command to write a PC booter floppy image to a USB flash drive? - Retrocomputing Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by user3840170 for How to use dd command to write a PC booter floppy...

To write a disk image to a block device, you can run this command with administrative privileges:dd if="${IMAGE_FILE}" of="/dev/${BLOCK_DEVICE}" conv=fsyncAnd that’s it. In fact, you do not even need...

View Article


How to use dd command to write a PC booter floppy image to a USB flash drive?

I have some PC booter images from new homebrew games by this Japanese developer: http://inufuto.web.fc2.com/8bit/As I know, those images have a 360k size, and are self-bootable by the old IBM PC (8088,...

View Article
Browsing latest articles
Browse All 2 View Live