Bin/cue

From wikinotes
Revision as of 23:33, 8 January 2017 by Will (talk | contribs) (Created page with "Bin/Cue file-formats are a type of optical-media image file format. These are generally used for Windows. = Mounting = <blockquote> == Linux == <blockquote> <syntaxhighlight...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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