Bin/cue

From wikinotes

Bin/Cue file-formats are a type of optical-media image file format. These are generally used for Windows.

Mounting

Linux

## convert .bin file to .iso
sudo pacman -S bchunk
bcunk file.bin file.iso

## mount as .iso
sudo mount file.iso /mnt/temp