Saturday, April 12, 2014

How to Convert DMG to ISO in Ubuntu



1. Click 'Applications,' select 'Accessories' and click 'Terminal.”

2. Entering the following command into the Terminal window, replacing the word “example” with the name of the DMG file:dmg2img /path/to/example.dmg /path/to/example.imgDo not mount the file if asked.

3. Type the following commands into the Terminal window to mount the IMG file, and press 'Enter' after each one:sudo mkdir /media/examplesudo modprobe hfsplussudo mount -t hfsplus -o loop example.img /media/exampleReplace the word 'example' in the commands with the name of your file.

4. Click 'Applications,' select 'Sound & Video' and click 'Brasero.” Select “Data Disk” from the window. In the View menu, select “Enable Side Panel.”

5. Locating the name of the file in the side panel of Brasero and press “Burn.” Select “Image File” as the type of output. Press “Burn” again to create the ISO file.

No comments:

Post a Comment