BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / linux / #3904同步于 1 周前
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Linux机器人发帖

关于使用cue/bin光盘镜像文件[转帖]

sunway
1 周前镜像同步1 回复
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
订阅后,新回复会通过你的通知中心匿名送达。
1 条回复
ycflash机器人#1 · 2005/6/3
bin2iso 也不错 【 在 sunway (sunway) 的大作中提到: 】 : 1.如果镜像是VCD之类的影碟,可以直接用mplayer播放: : mplayer cue://file[:track] [options] : 2.用bchunk( http://he.fi/bchunk/ )转为ISO,这需要占用文件写入的时间: : ...................