在Linux下如何使用cue/bin光盘镜像文件
时间:2007-02-26 来源:yn0287
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
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
相关阅读 更多 +