发新话题
 搜藏 打印 该页面添加到 Mister Wong

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

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

1.如果镜像是VCD之类的影碟,可以直接用mplayer播放:

mplayer cue://file[:track] [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

本文由hew 发布于Linuxsky 论坛,网址:http://bbs.linuxsky.org/thread-1800-1-1.html

你的鼓励,我的动力.
做人厚道,看贴回贴.
my linux blog

TOP

发新话题