Convert bin to iso linux

Convert Disk Image Formats To .ISO

Today’s article will teach you how to convert disk image formats to .iso. It’s a pretty handy tool to have in your toolbox. This is going to be a pretty easy article to follow, so it shouldn’t be all that long.

In case you don’t know, there are all sorts of disk image formats. The .bin and .cue are the two you are most likely to be familiar with (beyond the .iso, which is the most common in the Linux world).

There are .B5I .BIN, CDI, CUE, .MDF, MDE, and .NRG. There may be more, but that’s all the tool we’ll be using handles. As I mentioned, you may well already be familiar with the .BIN and .CUE disk image formats. You see those from time to time and now you no longer have to ignore them – you’ll have just the tool you need to convert them to .ISO (which many programs expect – and work with, while not working with other formats).

The tool we’ll be using is known as iat and it’s actually just a tiny command-line application. The man page defines it as such:

iat – converts many CD-ROM image formats to iso9660

The latter part is probably important to note. That means that it only converts to .ISO format and nothing else. If you want to convert to a different format, or in the opposite direction, this is not the correct tool the job.

So then, let’s take a few minutes to use iat and learn how to …

Convert Disk Image Formats:

This article requires an open terminal, like many other articles on this site. If you don’t know how to open the terminal, you can do so with your keyboard – just press CTRL + ALT + T and your default terminal should open.

With your terminal now open, the rest is easy. It’s almost certainly in your default repositories, and unlikely to be installed by default. You can install it in your usual manner – but I’ll show you how to do it in Debian/Ubuntu/Mint derivatives:

Источник

How To Convert a BIN File to an ISO

With optical drives having pretty much gone the way of the Dodo, everything is now downloaded directly onto your device from the internet. For the most part, these downloads are handled by the appropriate program. Sometimes they come as .bin files which are not instantly usable. To make use of them you need to convert that BIN file into an ISO.

How To Convert a BIN File to an ISO

In this article, we’ll discuss how to convert a .bin file into an ISO file.

BIN Files

What is a .bin file? A BIN file with the .bin suffix is a binary file. This is generally a raw byte for byte copy of the original file, like a clone of the original disk or file. Every bit and every byte in the same place as the original. For more complicated programs and even some games, they may be downloaded as .bin files and then converted.

Читайте также:  User uid gid linux

An ISO file is different, it is a disk image that can be burned directly onto a CD or DVD or used with a virtual disk drive like Daemon Tools. It still contains binary data but formatted so that it can be used as a bootable media like the DVDs of games or programs we used to have.

Converting a BIN File to an ISO in Windows

If you download a BIN file and the program has no handler to install it, you will need to convert it into an ISO. You can then burn it onto a disk or use something like Daemon Tools to simulate the DVD player. There are a number of free tools you can use to perform the conversion. I’ll list a few good ones here that work on Windows 10.

CDBurnerXP

As the name suggests, CDBurnerXP has been around a while. It is primarily CD burning software that can burn DVDs and convert a .bin file into an .iso and burn it. You don’t have to burn it to physical media, you can use CDBurnerXP to create the .iso and then use that virtually if you prefer.

The download is free, works well and is very intuitive. All you need do is select the source file to convert, select an output and then let the tool do its work. I use this whenever I have to convert files.

WinISO

WinISO is another free app that will convert a BIN file to an ISO. Like CDBurnerXP, it is simple to use and is a small download. It installs, sets itself up as the file handler for those files and then lets you select a source and destination file and format. The looks is a little dated just like the other app but it gets the job done. You can convert and burn or just convert, it is entirely up to you.

If CDBurnerXP doesn’t appeal, WinISO should work just as well.

WinBin2ISO

WinBin2ISO is a very dated looking program but works flawlessly. It was designed from the ground up to make short work of converting BIN to ISO and does it well. The download is small and installs in a few seconds. The UI is very straightforward and just requires you to select the source and destination files and tell it to convert.

If you want something small and almost invisible while running, WinBin2ISO is a good bet.

AnyToISO

AnyToISO is another bin file converter that works with a number of input file types to create .iso images. There is a free and a premium version but for occasional use, the free version is more than adequate. The interface is similar to these others, simple and to the point. Select a source and a destination, set any file preferences and set it to work. The process is relatively fast and the program doesn’t hog too many resources.

Make sure to select the free download unless you really need the premium features.

AnyBurn

AnyBurn was also designed as burning software but can also convert a BIN file to an ISO. Also like the others in this list, it looks old and has a super-simple UI but still gets the job done without any issues. The tool is free and was recently updated so is current, which is more than can be said for some of these others.

Читайте также:  Linux on android terminal emulator

The UI is simple, select to convert to ISO image, select the source and destination and let the tool get on with the job.

Converting a BIN File to an ISO on a Mac

For those that use a Mac, the only program mentioned above that will work on your device is AnyToISO. If you don’t feel like using the Terminal or another app, then check it out.

Converting a BIN File to an ISO in Linux

Linux users have a plethora of options available to convert file types, so we’ll only cover a few of them, after all, it’s hard to beat the power of open-source software and distribution.

Converting Bin Files to ISO Using the iat Command

If you’re not daunted by typing out a few commands at the terminal, then follow along.

  1. Open up a Terminal window, on many Linux distros you can type Ctrl + Alt + T.
  2. Now, assuming it isn’t already installed, type “sudo apt-get install iat“, without the quotes, and hit Enter. Linux Terminal
  3. With the necessary libraries installed, type “iat [source_file].bin [target_file].iso“, replace the [source_file] and [target_file] with the name of your .bin file and desired new file name, and hit Enter. Linux Terminal 3

Converting Bin Files to ISO Using the ccd2iso Command

  1. Again, open up a Terminal, type “sudo apt-get install ccd2iso” and hit Enter. Linux Terminal 2
  2. Now, type “ccd2iso[source_file].bin [target_file].iso” and hit Enter. Linux Terminal 4

Your .bin file will now be converted to an ISO file.

What to do Next with Your ISO Image

There is a free version, Daemon Tools Lite and a paid version. For most purposes the free version is more than enough. Download the file, install it, allow it to install the virtual drivers and away you go. Once installed, select your new ISO, right click and select Open with. Select Daemon Tools from the list and it will be mounted just like a real optical disc.

File Conversion

File types and extensions are only formats that tell the OS or program how to read and write to them. Regardless of the .bin file, you can convert it to an ISO with a few simple steps.

Are you building an app or OS from source code? Were you practicing building your own Linux distro or other OS? Feel free to share your thoughts and experiences on .bin to ISO conversion below.

Источник

How to Convert .BIN/.CUE Files to .ISO in Ubuntu

An ISO image is an archive file (a.k.a. disk image) of an optical disc using a conventional ISO (International Organization for Standardization ) format that is supported by many software vendors. ISO image files typically have a file extension of .ISO. Occasionally, you might come across a disc image in the BIN format. While there are ways to use BIN/CUE’s in Linux, it is much easier to convert them to the standard ISO format.

bchunk (BinChunker)

CD image format conversion from bin/cue to iso/cdrThe bchunk package contains a UNIX/C rewrite of the BinChunker program. BinChunker converts a CD image in a .bin/.cue format (sometimes .raw/.cue) into a set of .iso and .cdr/.wav tracks. The .bin/.cue format is used by some non-UNIX CD-writing software, but is not supported on most other CD-writing programs.

Install bchunk using the following command

This will complete the installation.

Using bchunk

bchunk syntax

Available options

-v — Makes binchunker print some more unnecessary messages, which should not be of interest for anyone.

-w — Makes binchunker write audio tracks in WAV format.

Читайте также:  Sudo privileges in linux

-s — Makes binchunker swap byte order in the samples of audio tracks.

-p — Makes binchunker go into PSX mode and truncate MODE2/2352 tracks to 2336 bytes at offset 0 instead of normal 2048 bytes at offset 24.

-r — Makes binchunker output MODE2/2352 tracks in raw format, from offset 0 for 2352 bytes. Good for MPEG/VCD.

Bchunk Example

bchunk IMAGE.bin IMAGE.cue IMAGE.iso

Using CDemu

You can also use CDemu to do this and the ubuntu ppa as follows

deb http://ppa.launchpad.net/cdemu/ubuntu hardy main
deb-src http://ppa.launchpad.net/cdemu/ubuntu hardy main

cdemu-client
cdemu-daemon
gcdemu
libmirage
mirage-image-analyzer
vhba-module

Mount ISO Files in Ubuntu

If you want to mount iso use this or this or this tutorial.

Sponsored Link

You may also like.

Ubuntu Tip : How to Fix crackling noise on HDA audio cards in Ubuntu 9.10

How to install MATE desktop environment in ubuntu 12.04(precise)/11.10 (Oneiric)

Jfbchat – Chat with your Facebook friends without using a Web browser

18 Responses

apt-get moo
aptitude moo
aptitude moo -v
aptitude moo -vv

aptitude moo -vvvvvv you’ll find the difference

this one is nice. there are tools available in ubuntu repo. like ISO Master. This is a graphical CD image(.iso) editor. You can use isomaster to: – add files to an image
– extract files from an image
– delete files from an image

Simply;
1.Select the file of which format is to be changed
2.Press F2
3.Change the format .cue/.bin to .mpg/.mpeg Play it on Movie Player Enjoy

bchunk doesn’t create IMAGE.iso, but a couple of cdr files:
IMAGE.iso01.cdr
IMAGE.iso02.cdr

IMAGE.iso0N.cdr where N=number of tracks.
So yet again I ended up with another set of strange files instead of iso…

bchunk works perfect!, just tested on Kubuntu 42 AMD64 [email protected]:~$ bchunk sr-wrmrd.bin sr-wrmrd.cue wormsreloaded.iso

Too bad bchunk doesn’t actually work, or at least it doesn’t on Precise Pangolin; just spits out empty CDR and ISO files no matter what I do. I’m officially tired of leaving my media trapped in cue sheets and bin files. I will resort to fixing this in a Windows program if I have to, because no open-source program so far actually does jack ****. It’s like trying to beat down a brick wall with a broom.

UNFORTUNATELY if the .bin contains both a data track and some audio tracks, this utility will not produce a single burnable/mountable ISO file. Instead it will save the tracks into separate files.

It does exactly what the manpage says: it extracts all the tracks in separate files, *.iso for data tracks, .cdr for audio tracks and even .wav for wav audio files, no reason to whine about the expected behaviour. The .cue file contains a plain-text listing of the tracks with their type, you can see it with “less MYCD.cue”, where “MYCD.cue” is the .cue file. There will be as many files as tracks in the .cue file, this is expected. The .iso files can be mounted on the fly with “mount -o loop FILE.iso MOUNTPOINT” (where “FILE.iso” is the filename and “MOUNTPOINT” is an existing directory). The .cdr files are raw audio files. Unfortunately, .cdr is also the extension for “Corel Draw!”, hence Nautilus will launch LibreOffice to try to open them (LibreOffice will crash in most cases). To convert .cdr to .wav, use “sox TRACK.cdr TRACK.wav”. However, I don’t know if it’s necessary to convert them to .mp3 with ffmpeg, I didn’t check — maybe ffmpeg recognises .cdr natively, maybe not. Hope this helps!

Источник

Оцените статью
Adblock
detector