[HowTo] Converting .bin to .iso (Easy)

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

[HowTo] Converting .bin to .iso (Easy)

Post by ayu »

I just thought this would be useful to add =)

This is a tut (mainly) for Debian/Ubuntu.

Start by installing bchunk

Code: Select all

sudo apt-get install bchunk
Then it's very simple. Let's say you are in the same folder as the .bin and .cue files.

From there you do

Code: Select all

bchunk binfile.bin binfile.cue filename
And it will convert it into an iso in the same folder by the name "filename"

If you don't have a cue, you can simply create a new file in the same folder as the bin-file and name it for example "binfile.cue" and in it you add:

Code: Select all

FILE ”BinFile.bin” BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
(I read that "Mode1" is for Computer cds and "Mode2" is for Playstation cds)
"The best place to hide a tree, is in a forest"

Post Reply