ubuntu,web,drupal,css...

Mount image file in Ubuntu

Fuseiso, a simple application helps to mount almost any kind of image file like iso, img, bin, nrg etc.

Installation of fuseiso:
sudo apt-get install fuseiso
Usage:
fuseiso imagefile /mount/location

I had problem with image files containing audio CD. With fuseiso I got "init: wrong standard identifier in volume descriptor..." error message. I turned to bchunk cause it has an option to extract audio cd from bin files.

Installation of bchunk:
sudo apt-get install bchunk
Usage:
bchunk -w binfile.bin cuefile.cue track
using the -w option the audio tracks are converted in wav format