Feb 19, 2010

Convert Dmg to Iso

download this file on linux:
http://vu1tur.eu.org/tools/download.pl?dmg2img.tar.gz

extract, enter the dir and type:

make
sudo make install


now type:

dmg2img -i image.img -o newimage.img

now you can mount it from root:
modprobe hfsplus
mount -t hfsplus -o loop newimage.img /folder_you_want

No comments:

Post a Comment

Visual Studio Keyboard Shortcuts

Playing with keyboard shortcuts is very interesting and reduce the headache of using the mouse again and again while programming with visu...