LINUX: mount an iso/bin,cue file

Installieren von bchunk um die „.bin“ Datei in eine ISO-Datei zu verwandeln
sudo apt-get install bchunk

cd [directory of your image]

erstellen des ISOs

bchunk image.bin image.cue image.iso

Mounten:
mount -t iso9660 -o loop /sonstwo/iso01.iso /mnt/test/

nun mit

cd /mnt/test
inhalt der CD ansehen