磁盘镜像格式的转换

| No Comments

最近下载了一些软件,是各种格式的磁盘镜像文件,在MacOSX下无法mount,因此通过搜索研究了一下转换方法,转换成了 .iso格式这样既可以在Mac下mount也可以在Windows虚拟机里使用。

*CloneCD Image

下载的软件包括三个文件: software.ccd, software.img, software.sub

通过Macports安装 ccd2iso:

sudo port -v install ccd2iso

然后运行:

ccd2iso software.img software.iso

700m左右的文件在我的MB上只花了两三分钟就转换成功了。

*Alchohol 120% image

下载下来的软件包括两个文件: software.mdf, software.mds

通过Macports安装 mdf2iso:

sudo port -v install mdf2iso

然后运行:

mdf2iso software.mdf software.iso

*Nero Burning Rom image

下载的软件包括一个software.nrg文件。

有人说 nrg2iso可以转换,我通过Macports安装了 nrg2iso,然后运行

nrg2iso software.nrg software.iso

转换是成功的,但是转换后的iso无法mount。因此这个方法暂时存疑,可能是nrg2iso程序需要改进。

Toast Titanium 9可以直接mount .nrg文件,然后可以刻录或者将里面内容直接复制出来。

*CDRWin .bin/.cue image

下载的软件包含software.bin和software.cue。

通过Macports安装 bchunk:

sudo port -v install bchunk

然后运行

bchunk software.bin software.cue software.iso

Leave a comment

About this Entry

This page contains a single entry by cg published on July 26, 2008 12:45 PM.

Darfur Now - 残酷之真,拯救之伪 was the previous entry in this blog.

Snow Leopard is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.