QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 4482|回复: 4

关于cue/bin光盘镜像文件的使用方法

[复制链接]
发表于 2005-10-23 11:26:04 | 显示全部楼层 |阅读模式
1.如果镜像是VCD之类的影碟,可以直接用mplayer播放:

mplayer cue://file[] [options]

2.用bchunk( http://he.fi/bchunk/ )转为ISO,这需要占用文件写入的时间:

bchunk file.bin file.cue outputfile

mount -t iso9660 outputfile /mnt/cdrom -o loop

3.使用cdemu( http://cdemu.sourceforge.net ),这是一个kernel module,比较高效:

cdemu 0 file.cue

mount -t iso9660 /dev/cdemu/0 /mnt/cdrom
发表于 2005-10-23 11:31:27 | 显示全部楼层
使用cdemu( http://cdemu.sourceforge.net ),这是一个kernel module,比较高效:

这是个好东西
回复

使用道具 举报

发表于 2005-10-23 22:28:11 | 显示全部楼层
加个精华吧
回复

使用道具 举报

发表于 2005-12-3 21:55:34 | 显示全部楼层
这个东东的确不错,不过偶发现几个问题:
1.系统reboot以后,就无法使用,必须得重装;
2.在mount某些cue文件时,会报错
mount: wrong fs type, bad option, bad superblock on /dev/cdemu/0,
       or too many mounted file systems
       (could this be the IDE device where you in fact use
       ide-scsi so that sr0 or sda or so is needed?)
请教一下,是怎么回事,谢谢!
回复

使用道具 举报

发表于 2006-7-8 10:05:58 | 显示全部楼层
在安装过程中出现这样的问题,请问高手一下是怎么回事?
[root@localhost cdemu-0.7]# make
make -C /lib/modules/2.6.17-1.2139_FC5/build SUBDIRS=/tmp/tools/cdemu-0.7 modules
make[1]: Entering directory `/usr/src/kernels/2.6.17-1.2139_FC5-i686'
  CC [M]  /tmp/tools/cdemu-0.7/cdemu.o
/tmp/tools/cdemu-0.7/cdemu.c:642: 错误:初始值设定项里有未知的字段 ‘dev_ioctl’
/tmp/tools/cdemu-0.7/cdemu.c:642: 警告:初始化将指针赋给整数,未作类型转换
/tmp/tools/cdemu-0.7/cdemu.c:646: 错误:‘CDC_IOCTLS’ 未声明 (不在函数内)
make[2]: *** [/tmp/tools/cdemu-0.7/cdemu.o] 错误 1
make[1]: *** [_module_/tmp/tools/cdemu-0.7] 错误 2
make[1]: Leaving directory `/usr/src/kernels/2.6.17-1.2139_FC5-i686'
make: *** [all] 错误 2
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-12-4 04:19 , Processed in 0.122193 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表