Apple Disk Image
(→Sample files) |
(→Sample files) |
||
Line 21: | Line 21: | ||
* {{DexvertSamples|archive/dmg}} | * {{DexvertSamples|archive/dmg}} | ||
* {{DexvertSamples|archive/apple2MG}} | * {{DexvertSamples|archive/apple2MG}} | ||
+ | * {{DexvertSamples|archive/macOSSelfMountingImage}} | ||
== Links == | == Links == |
Revision as of 01:01, 26 May 2024
The Apple Disk Image format is a MacOS, OS X, and Apple II disk image format family (which may be stored in DSK (Apple II) or nibblized disk image format) preceded by a prefix giving format information, and often a trailer with comments and other metadata. The prefix begins with the bytes corresponding to the ASCII string "2IMG". The trailer usually has the ASCII string "koly" at the start of it.
Usually the extension .dmg is used for current OS X images, but .smi (Self-Mounting Image) and .img are also used (mostly for old MacOS disks), and .2mg was used for Apple II series disks (which can come in DOS 3.3 or ProDOS sector order).
Mac systems are able to mount these files as if they were separate disk units, and access their files through the Finder this way.
Software
Sample files
- dexvert samples — archive/dmg
- dexvert samples — archive/apple2MG
- dexvert samples — archive/macOSSelfMountingImage