junk food for the brain …
How to convert .cue / bin file to .isos in Fedora Linux
For those of you who need to, here’s how to convert those .bin/.cue files to .isos in Fedora Linux.
First install bchunk from yum:-
yum install bchunk
Then, in the directory with your .bin/.cue files, run the bchunk program like this:-
bchunk -v name_of_bin_file.bin name_of_cue_file.cue new_iso_name
For example:-
[raja@atreides ]$ bchunk -v name_of_bin_file.bin name_of_cue_file.cue new_iso_name
binchunker for Unix, version 1.2.0 by Heikki Hannikainen
Created with the kind help of Bob Marietta
partly based on his Pascal (Delphi) implementation.
Support for MODE2/2352 ISO tracks thanks to input from
Godmar Back
Released under the GNU GPL, version 2 or later (at your option).
Reading the CUE file:
Track 1: MODE1/2352 01 00:00:00 (startsect 0 ofs 0)
Writing tracks:
1: new_iso_name.iso
mmc sectors 0->117357 (117358)
mmc bytes 0->276023664 (276023665)
sector data at 16, 2048 bytes per sector
real data 240349184 bytes
229/229 MB [********************] 100 %
[raja@atreides ]$
There you go, a new .iso file named new_iso_name.iso should be created.
May 11, 2009 - 2:37 am
Thanks for the tip. Solved my issue for the day.
September 19, 2009 - 8:13 am
thanks budy that help a lot