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



2008-03-14 04:50:33



2008-01-25 10:30:14
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..



2008-01-25 06:57:28



2007-10-02 07:07:43