注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 linux服务器被黑了
 帮助

How to read Mac .DMG file in Linux or PC


2008-01-25 10:30:14
 标签:Linux Mac ISO DMG   [推送到技术圈]

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://speedooo.blog.51cto.com/226772/60652
It took me long time to find this solution, enjoy it!!

1. convert mac .dmg file to iso which could be read in Linux or PC
 download java app from
    http://hem.bredband.net/catacombae/dmgx.html
you can put .jar file on linux or PC

> java -jar dmgXXXX.jar
This will pop-up simple GUi to choose your dmg file and name of ISO file.

2.mount iso file to your cdrom under linux
>mount -t hfsplus -o loop /directory/location_of_iso.iso /mnt/mountpoint

if you don't have mountpoint, just create it like dir
>mkdir mountpoint
under /mnt (ubuntu under /media)
Now you can read file from mounted dir, like cdrom, you can edit file and add/delete file before you burn it to cd/dvd

3. burn it to cd/dvd
use nero to brun iso file to cd/dvd.


all done.

本文出自 “我爱我家” 博客,请务必保留此出处http://speedooo.blog.51cto.com/226772/60652





    文章评论
 
 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: