Saturday, December 26, 2009

bin2iso on linux

While most Linux burning software can handle .bin/.cue images, this program is useful none-the-less.
Instead of burning the .bin to disk, you can convert it and then mount via loopback device ( mount -o loop file_name.iso /mount_folder ).

1 comment:

  1. $ wget http://mange.dynalias.org/linux/bin2iso/bin2iso-0.4.c
    $ gcc -o bin2iso bin2iso-0.4.c
    $ bin2iso file.bin
    bin2iso: command not found
    $ ls -la bin2iso
    -rwxr-xr-x 1 john john 7633 2010-06-16 13:53 bin2iso

    Can you help?

    ReplyDelete