$ sudo apt-get install iat
Convertir l'image bin en iso:
$ iat my_image.bin /path/my_new_image.iso
Monter l'ISO
$ sudo mount -t iso9660 -o loop /path/my_new_image.iso /mnt/cdrom/
===== Références =====
* https://askubuntu.com/questions/4158/how-do-i-mount-cue-file#4170