Results 1 to 4 of 4
I know there is a command called hdiutil, but that is a mac command. AcetoneISO can't mount the .dmg file....
- 07-11-2011 #1Just Joined!
- Join Date
- Jun 2011
- Posts
- 15
Converting Dmg to iso
I know there is a command called hdiutil, but that is a mac command. AcetoneISO can't mount the .dmg file.
- 07-11-2011 #2Just Joined!
- Join Date
- Jun 2011
- Posts
- 15
I've also tried to install a tar.gz called dmg2iso. I've extracted the tar.gz just fine, and theres even a readme and makefile in it. Whe i run dmg2iso followed by the file and what i want to call the iso, i get this bash: dmg2iso: command not found... So i'm assuming I did not install the tar.gz correctly.
- 07-11-2011 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Once you extracted the Makefile, what did you do to install it? Was there a configure script?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 07-13-2011 #4
The AcetoneISO2 manual claims it can convert *.dmg to *.iso. here's an excerpt from it:
philConvert MacOS *.dmg feature:
- select *.dmg to convert.
- after it's converted, open a terminal and as root user type:
"modprobe hfsplus"
"mount -t hfsplus -o loop <converted-image.img> /folder_you_want"


Reply With Quote