A few words about me, things I'm interested in and other more or less useful things...
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:
Post a Comment