IMA
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 5: | Line 5: | ||
}} | }} | ||
− | '''IMA''' is a format for raw floppy-disk dumps. | + | '''IMA''' is a format for raw floppy-disk dumps. Many different disk formats can be expressed in this manner, but it is most commonly used for [[PC-DOS 1.2M format|1.44 MB PC format 3.5" floppy disks]]. |
+ | |||
+ | This is a raw, unformatted set of binary data corresponding to what is on the disk, with no headers or metadata. | ||
This format is supported by Winimage, among other software. | This format is supported by Winimage, among other software. | ||
.ima is the usual extension, but .img is sometimes found (though this is ambiguous since it is used for other things). | .ima is the usual extension, but .img is sometimes found (though this is ambiguous since it is used for other things). | ||
+ | |||
+ | == Format info == | ||
+ | * [http://www.undisker.com/products/undisker/help/disk-image-formats.html Description of disk image formats] | ||
== Sample files == | == Sample files == |
Revision as of 01:11, 26 February 2013
IMA is a format for raw floppy-disk dumps. Many different disk formats can be expressed in this manner, but it is most commonly used for 1.44 MB PC format 3.5" floppy disks.
This is a raw, unformatted set of binary data corresponding to what is on the disk, with no headers or metadata.
This format is supported by Winimage, among other software.
.ima is the usual extension, but .img is sometimes found (though this is ambiguous since it is used for other things).
Contents |