Skip to content

Instantly share code, notes, and snippets.

@kerunaru
Last active February 1, 2018 13:19
Show Gist options
  • Save kerunaru/788d81238dec092236e23eb6926326e8 to your computer and use it in GitHub Desktop.
Save kerunaru/788d81238dec092236e23eb6926326e8 to your computer and use it in GitHub Desktop.
Create blank Amiga format 3.5" disk images
# Create a standard 3.5" DD image:
dd if=/dev/zero of=blank.adf count=1760
# Create a 3.5" HD image:
dd if=/dev/zero of=blank.adf count=3520
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment