ISO DMG
Конвертация файлов

Конвертировать ISO в DMG

БЫСТРЫЙ ОТВЕТ
Возможно ли конвертировать ISO в DMG?
Да - ISO конвертируется в DMG.

On macOS, run hdiutil convert input.iso -format UDTO -o output in Terminal, then rename the resulting .cdr file to .dmg. The DMG will mount in Finder and contain the disc's file contents but will not boot on a Mac.

Программ: 5
Также в DMG: SPARSEBUNDLE · PKG · MPKG

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

Протестировано на macOS, Windows и Linux
Последняя проверка: Sep 2026

Больше бесплатных конвертеров

HEIC, PNG, WEBP, MP3 и другие - все инструменты здесь бесплатны.

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

Зачем конвертировать ISO в DMG?

DMG is the native disk-image format on macOS, handled natively by Finder and Disk Utility. Converting an ISO to DMG allows working with the disc contents using standard macOS tools without third-party software. The conversion is far more common in the opposite direction - DMG to ISO for use on Windows or Linux.

Способы конвертации ISO в DMG

hdiutil FREE

Run hdiutil convert input.iso -format UDTO -o output in Terminal, then rename output.cdr to output.dmg. Mount with hdiutil attach output.dmg to verify.

AnyToISO APP

Open AnyToISO, choose 'Convert image to ISO/DMG', load the .iso, select DMG as output format, and click Convert.

Программы, которые конвертируют ISO

Об этих форматах

Качество и на что обратить внимание

  • If the ISO is a bootable Windows or Linux installer, the boot record and El Torito catalog do not carry over; the resulting DMG will contain the files but will not boot on a Mac.
  • The hdiutil UDTO format produces a CD/DVD-R master with a .cdr extension by default; renaming to .dmg works for mounting but the internal format differs from a native HFS+/APFS DMG.
  • File names, folder structure, and file data survive the conversion intact; macOS extended attributes and resource forks are absent in the source ISO so nothing extra is lost.

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

Why does hdiutil produce a .cdr file instead of .dmg?
The UDTO format hdiutil writes is a CD/DVD-R master and defaults to the .cdr extension; renaming it to .dmg is required for Finder and Disk Utility to treat it as a standard disk image.
Can I open the resulting DMG on Windows?
No - DMG is a macOS-native format; the converted file is only useful on macOS.
Is ISO to DMG or DMG to ISO more common?
DMG to ISO is far more common, since macOS software is distributed as DMG and users on Windows or Linux need it as ISO for burning or mounting.