.IMA

Файл IMA

Generic Disk Image (raw floppy/disk image)
Задать вопрос
БЫСТРЫЙ ОТВЕТ

An IMA file is a raw, sector-by-sector copy of a floppy disk - usually a 1.44 MB diskette - stored as a plain binary file with no wrapper. To extract files, open it with 7-Zip or WinImage. To run the disk in an emulator, attach it as a virtual floppy in VirtualBox, QEMU, or DOSBox. It is interchangeable with raw .img files.

Разработчик: No single owner - a generic raw disk image; popularized by WinImage (Gilles Vollant) Категория: Файлы образов дисков Открыть стандартное MIME: application/octet-stream
ОТКРЫВАЕТСЯ НА Windows macOS Linux
Связанные: .BIN · .ISO · .MDF · .DMG

На этой странице

Проиндексировано расширений: 19k+
Последняя проверка: Jun 18, 2026

Не знаете, что это за файл?

Перетащите любой файл в наш идентификатор - мы прочитаем первые байты, чтобы определить формат.

Идентифицировать файл

Что такое формат файла IMA?

Files with the .ima extension contain disk images - raw, sector-by-sector copies of a floppy disk. An .ima file can be mounted by dedicated applications as a virtual disk that the system accesses just like a standard physical disk.

The .ima format was originally designed as the default disk image format for WinImage (released 1993). Today, .ima files are most commonly used to store 3.5-inch HD diskette images, with the standard size being exactly 1,474,560 bytes (1.44 MB). Emulators such as DOSBox, VirtualBox and QEMU also use .ima for virtual boot media.

Because the format carries no container header, it is identified by its embedded FAT12 filesystem and the 0x55AA boot-sector signature at byte offset 510. .ima is essentially interchangeable with .IMG and .VFD raw floppy images; WinImage's compressed variant uses the .IMZ extension.

Безопасность и защита

РИСК: LOW

A raw .ima image is passive data with no code of its own. The real caveat is what the disk contained: old floppy images can carry DOS-era boot-sector viruses or infected executables, which are harmless sitting in a file but can matter if you boot the image in an emulator/VM or write it back to a real floppy - run a scan on extracted files and treat unknown vintage boot disks with care. Download imaging tools only from official sites (winimage.com, 7-zip.org), not repack portals.

Детали формата

в двух словах
ПОЛНОЕ НАЗВАНИЕGeneric Disk Image (raw floppy/disk image)также известен как WinImage Disk Image, raw floppy image
РАЗРАБОТЧИКNo single owner - a generic raw disk image; popularized by WinImage (Gilles Vollant)с 1990s (DOS/Windows floppy-imaging era; WinImage 1993)
MIME-ТИПapplication/octet-stream
ТИПRaw sector-by-sector image of a floppy or small disk (binary)
СТАНДАРТОткрытый · без роялти
СВЯЗАННЫЕ.bin.iso.mdf.dmg

Программы, открывающие файлы IMA

Windows5 apps
IsoBuster Freemium Open the image to inspect and extract files; useful for damaged images. Free tier available.
7-Zip Открытый код Right-click the .ima > 7-Zip > Open archive to browse and extract the files (it reads the FAT filesystem inside).
VirtualBox Открытый код In a VM's storage settings add a floppy controller and attach the .ima as a virtual floppy disk.
WinImage Платно Open the .ima to view, extract, add files, or write it back to a physical floppy. The classic native tool (shareware).
86Box / PCem Открытый код Mount the .ima in the emulated floppy drive to run vintage DOS/Windows software authentically.
macOS2 apps
QEMU Открытый код Attach the image as a floppy: 'qemu-system-i386 -fda disk.ima'.
Disk Utility / hdiutil (built-in) Встроенная Many FAT .ima images mount via 'hdiutil attach disk.ima'; otherwise use a VM/emulator.
Linux2 apps
mount (loop device, built-in) Встроенная Run: 'sudo mount -o loop disk.ima /mnt' to browse the FAT contents; unmount when done.
QEMU / DOSBox-X Открытый код Attach the .ima as a virtual floppy to run the disk's software in emulation.

Технические подробности

глубокая спецификация
EncodingBinary (raw byte stream)
Byte orderLittle-endian (FAT and x86 boot-sector fields)
ContainerRaw sector-by-sector image; no file-level wrapper or proprietary header of its own
Embedded filesystemFAT12 (1.44 MB and smaller floppies); FAT16 for larger disk geometries
Standard file sizes360 KB (DD 5.25-inch), 720 KB (DD 3.5-inch), 1,474,560 bytes (HD 1.44 MB), 2,949,120 bytes (ED 2.88 MB)
Boot sector signature0x55AA at byte offset 510-511 (standard x86 boot-sector marker)
OEM string8-byte ASCII at boot-sector offset 3 (e.g. 'MSDOS5.0', 'mkfs.fat')
CompressionUncompressed raw data; the separate .imz format adds zlib compression on the same image structure
MIME typeapplication/octet-stream (generic); application/x-ima (informal)
Root directory capacity224 entries on a standard 1.44 MB FAT12 image (set by BPB fields in the boot sector)
Disk geometry (1.44 MB)80 cylinders × 18 sectors/track × 2 heads × 512 bytes/sector
File identificationFile size matching a known disk capacity plus embedded FAT signatures - no dedicated .ima magic number exists
Related formats.img and .vfd share identical raw structure; most tools handle all three interchangeably
Emulator supportDOSBox, VirtualBox, QEMU and 86Box all accept .ima directly as a virtual floppy drive
Выпущен1990s (DOS/Windows floppy-imaging era; WinImage 1993)
Последняя версияNo versioned spec - a raw image; WinImage still distributes/creates .ima
Открыть стандартноеДа · без роялти
Спецификацияwww.winimage.com

Конвертации IMA

Вопросы и ответы сообщества

спрошено пользователями
Задать быстрый вопрос
Получите помощь от людей, работающих с файлами IMA. Будьте конкретны - укажите вашу систему и версию ПО.
Аккаунт не нужен · ответы обычно в течение дня

Вопросов пока нет - станьте первым, кто спросит о файлах IMA.

Часто задаваемые вопросы

What is an .ima file?
A raw, sector-by-sector image of a floppy disk (usually a 1.44 MB diskette) - essentially identical to a raw .img file. It stores the disk's boot sector, filesystem and files with no wrapper.
How do I open an IMA file and get the files out?
Open it with 7-Zip (right-click > Open archive) or WinImage to browse and extract the files. On Linux you can loop-mount it: 'sudo mount -o loop disk.ima /mnt'.
How do I use an IMA floppy image in a virtual machine?
Attach it as a virtual floppy: in VirtualBox add a floppy controller and select the .ima; in QEMU use '-fda disk.ima'; in DOSBox-X mount it as the A: drive.
What's the difference between .ima and .img?
For floppy/raw images, essentially nothing - both are raw sector images and are usually interchangeable. .ima is most associated with WinImage; .img is the more generic label.
What is the difference between .ima and .imz?
IMA is uncompressed (same size as the disk); IMZ is WinImage's compressed version of the same image. Open the .imz in WinImage and it expands back to the .ima content.
Can I write an IMA back to a real floppy disk?
Yes, with WinImage (or 'dd' on Linux) and a working floppy drive - the raw image is written sector-for-sector to recreate the original diskette.

Ссылки

1WinImage - official sitewww.winimage.com
27-Zip - official sitewww.7-zip.org

Узнать больше

по всей базе данных

Популярные расширения на этой неделе

1.AQQAQQ Instant Messenger File
2.MDMarkdown Document
3.CRDOWNLOADChrome Partial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Похожие расширения

.BINCD/DVD Disc Image (BIN/CUE)
.ISOISO disc image (ISO 9660 / UDF)
.MDFMedia Descriptor File (Alcohol 120% / DAEMON Tools disc image)
.DMGApple Disk Image
.NRGNero Burning ROM Disc Image
.TIBAcronis True Image Backup

Бесплатные инструменты для файлов

Идентификатор файлов и конвертер изображений в браузере - все работает на вашем устройстве.

Открыть инструменты

Обзор расширений файлов A-Z