[转载]Linux下将.cue/.bin转换为.iso的方法

其它类软件,非上述版软件
回复
头像
Hello World!
帖子: 3051
注册时间: 2008-06-23 15:19
系统: ���������
来自: 北欧某国
联系:

[转载]Linux下将.cue/.bin转换为.iso的方法

#1

帖子 Hello World! » 2010-08-06 10:43

从学校的ftp上下了个Windows2000AdvanceServer版,打算装在虚拟机里,结果发现下下来的光盘镜像是.cue/.bin格式的,VirtualBox还用不了,于是跑google上搜了一大堆linux里转换.iso格式的软件,发现一个叫"bchunk"的小软件非常好用,而且小的可以,才几十K,很不错。

  想转换某个镜像,直接在终端里输入:

  "bchunk xxx.bin xxx.cue xxx.iso"

  其中,xxx.bin和xxx.cue是原来的镜像名,xxx.iso是转换后想要保存的文件名。
 

图片

  
  等一小会儿,就像上面这幅图一样,会有一个进度条,进度到100%后转换就完成了。

本文转自:http://www.soidc.net/articles/121548497 ... 671_1.html
http://noie.name 网站改版中。
头像
Danielse
帖子: 82
注册时间: 2010-05-11 19:17

Re: [转载]Linux下将.cue/.bin转换为.iso的方法

#3

帖子 Danielse » 2010-09-17 17:56

:em06 挺实用的,可以留着
头像
yuzh652800
帖子: 686
注册时间: 2008-03-12 8:41
来自: nenu.Ani

Re: [转载]Linux下将.cue/.bin转换为.iso的方法

#4

帖子 yuzh652800 » 2010-09-19 21:28

为什么要转换呢,安装gCDEmu (是一个使用 CDEmu 服务程序控制,CDEmu 设备的一个小应用程序)
可以直接挂载bin格式。

现在gcdemu似乎暂停开发,在等其他关联项目,

推荐使用furius ISO mount,支持了iso bin ……等一大堆格式。
Furius ISO Mount is a simple application for mounting .iso, .img, .bin, .mdf and .ng image files without burning them to disk.

It provides the following features:

Automatically Mounts ISO, IMG, BIN, MDF and NRG image files.
Automatically creates a mount point in your home directory.
Automatically Unmounts the Image files.
Automatically removes the mount directory to return your home directory to its previous state.
Automatically saves the history of the last 10 images mounted.
Mounts multiple images.
Burn ISO and IMG Files to optical disk.
Generate Md5 and SHA1 checksums.
Automatically retrieves any previously unmounted images.
Automatically generates a log file of all commands needed to mount and unmount images manually.
Language support (currently Czech, Danish, French, Hungarian, Italian, German, Polish, Slovenian, Spanish and Turkish are available).
不能假定每个人都爱用命令行。
只要支持Linux的,我们都应该支持。
回复