红联Linux门户
Linux帮助

在Linux下如何使用cue/bin光盘镜像文件

发布时间:2007-02-27 01:12:17来源:红联作者:wuhu911
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
文章评论

共有 0 条评论