Difference between revisions of "Konversi dmg ke img"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Install apt-get install dmg2img Lakukan cd /path/tempat/file/dmg/berada/ dmg2img file.dmg file.img) |
Onnowpurbo (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 8: | Line 8: | ||
cd /path/tempat/file/dmg/berada/ | cd /path/tempat/file/dmg/berada/ | ||
dmg2img file.dmg file.img | dmg2img file.dmg file.img | ||
| + | |||
| + | Mount | ||
| + | |||
| + | cd /path/tempat/file/dmg/berada/ | ||
| + | sudo mkdir /mnt/contoh | ||
| + | sudo modprobe hfsplus | ||
| + | sudo mount -t hfsplus -o loop file.img /mnt/contoh | ||
| + | |||
| + | |||
| + | |||
| + | ==Referensi== | ||
| + | |||
| + | * http://www.ehow.com/how_5847479_convert-dmg-iso-ubuntu.html | ||
| + | |||
| + | ==Pranala Menarik== | ||
Latest revision as of 07:40, 21 August 2012
Install
apt-get install dmg2img
Lakukan
cd /path/tempat/file/dmg/berada/ dmg2img file.dmg file.img
Mount
cd /path/tempat/file/dmg/berada/ sudo mkdir /mnt/contoh sudo modprobe hfsplus sudo mount -t hfsplus -o loop file.img /mnt/contoh