Thursday, November 5, 2009

How to convert .cue and .bin files into an .iso file

It is very simple. Only you need is bchunk so:
1) get it
sudo aptitude install bchunk
2) convert files
bchunk file.bin file.cue file.iso
3) mount file
sudo mount -o loop file.iso /media/output
4) make fun :)

No comments:

Search This Blog