Skip to content

Instantly share code, notes, and snippets.

@kerunaru
Created February 24, 2023 16:36
Show Gist options
  • Save kerunaru/442d8752bd38a2f73264be01ec8dcb5a to your computer and use it in GitHub Desktop.
Save kerunaru/442d8752bd38a2f73264be01ec8dcb5a to your computer and use it in GitHub Desktop.
Create a blank MS-DOS floppy image
mkfs.msdos -C /path/imagefile.img 1440
sudo mkdir /media/floppy1/
sudo mount -o loop /path/imagefile.img /media/floppy1/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment