cara merubah file .dmg (mac file) ke format .iso
1. install dmg2img
- sudo apt-get install dmg2img
3. Apabila berhasil maka akan muncul proses seperti dibawah ini:
- root ~# dmg2img v1.6.2 is derived from dmg2iso by vu1tur (to@vu1tur.eu.org)
/media/DirectoryDmg/file.dmg --> /home/YourHome/Desktop/File.img
reading property list, 138537 bytes from address 553216196 ...
decompressing:
opening partition 0 ... 100.00% ok
opening partition 1 ... 100.00% ok
opening partition 2 ... 100.00% ok
Archive successfully decompressed as /home/henda/Desktop/file.img
You should be able to mount the image [as root] by:
modprobe hfsplus
mount -t hfsplus -o loop /home/YourHome/Desktop/file.img /mnt
- sudo mkdir /media/iso
- sudo modprobe hfsplus
- Sudi mount -t hfsplus -o loop /home/YourHome/Desktop/file.img /media/iso
Selamat Mencoba
Rabu, 16 Februari 2011
// //
0
komentar
//
0 komentar to "Merubah file DMG ke ISO di Ubuntu"
Posting Komentar