Here is another way to convert BIN/CUE’s files to ISO CD format in Linux. Before you start install the ccd2iso package using your system package manager.
ccd2iso <.img filename> <.iso filename>
ccd2iso cdimage.bin newcdimage.iso
Another solution would be to use the bchunk program explained in this post
bchunk filename.bin filename.cue filename.iso
Thank you, it works even without .cue
ReplyDelete