I'm looking for a small favour... I have a small *.DMG file of 1.4 megabytes that I need converted into a *.ISO... Are there any Mac Users out there...
The conversion process apparently is very simple on a MAC, but a pain in the arse on a PC. None of the conversion utilities I have downloaded for the PC have worked...
On a MAC, this is the command line for the conversion...
hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso
Replace /path/to/filename.dmg with the path and name of the existing .DMG file, and replace /path/to/savefile.iso with the desired path and name for the converted image.
Can anyone help?