dmg2img
DMG2IMG is an Apple's compressed dmg to standard (hfsplus) image disk file convert tool.
It is derived from dmg2iso v0.2c by vu1tur.
- dmg2img.tar.gz:
Tue Aug 07 10:30:00 GMT 2007 Jean-Pierre Demailly
Usage: dmg2img [-s] [-v] [-V] <input.dmg> [<output.img>]
download [win32 binary] [source code] [readme]
dmg2iso
Converts compressed (z-lib) dmg images to iso images.
Provided for historical reasons. You should use DMG2IMG above.
Changelog:
- dmg2iso.pl:
Tue Apr 26 15:49:53 EDT 2005 Jeff Mahoney <gmail@com.jeff.mahoney.nospam.com>
read/writes now do so in 4k blocks rather than allocate huge chunks of memory
- dmg2iso.pl:
Sat Jun 26 17:24:00 GMT 2004 vu1tur <vu1tur.eu@org.to.nospam.com>
original version released
Usage: dmg2iso.pl <filename.dmg> <filename.iso>
download [perl script] [win32 binary] [source code] [license note]
see also [dmx — java port]
makeimg
Makes an emtpy file for disk image. Needs perl.
Usage: makeimg.pl <filename> <size>
Example 1: makeimg.pl disk.img 500MB
Example 2: makeimg.pl disk.img 1024k
Example 3: makeimg.pl disk.img 20000000
(size will be floored to be multiple of 516096)
download [perl script]