adfimgcreate(1)

ADFIMGCREATE(1) General Commands Manual ADFIMGCREATE(1)

NAME

adfimgcreate - create empty (not formatted!) ADF/HDF image files.

SYNOPSIS

adfimgcreate [options] imgfile

DESCRIPTION

adfimgcreate is a simple utility allowing to create ADF or HDF files, file images of Amiga floppy disks or hard disks.

The properties of the image to create can be specified by providing either its type (-t), its size (in Kib with -k or in MiB with -m) or its geometry (tracks / heads / sectors, assuming sectors of 512 bytes).

OPTIONS

-k sizeKiB
size in KiB
-m sizeMiB
size in Mib
-g tracks heads sectors
geometry
-t type
type of the image file (use -h to see available types)
-h
show help

SEE ALSO

adfformat(1)

AUTHOR

adfimgcreate was written by Tomasz Wolak <tomas.wolak@gmail.com>, as part of the ADFlib (https://github.com/adflib/ADFlib).

Mar 2025