Chinaunix首页 | 论坛 | 博客
  • 博客访问: 10492555
  • 博文数量: 2905
  • 博客积分: 20098
  • 博客等级: 上将
  • 技术积分: 36298
  • 用 户 组: 普通用户
  • 注册时间: 2009-03-23 05:00
文章存档

2012年(1)

2011年(3)

2009年(2901)

分类: LINUX

2009-03-23 11:26:38

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
   
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.

阅读(834) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~