.cue

From Omnia
Revision as of 19:04, 26 December 2018 by Kenneth (talk | contribs) (Created page with "== Convert .cue to .iso == https://askubuntu.com/questions/4158/how-do-i-mount-cue-file iat - Iso9660 Analyzer Tool (converts many CD-ROM image formats to iso9660) apt-get...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Convert .cue to .iso

https://askubuntu.com/questions/4158/how-do-i-mount-cue-file

iat - Iso9660 Analyzer Tool (converts many CD-ROM image formats to iso9660)

apt-get install iat
iat my_image.bin my_new_image.iso
iat --input=my_image.bin --output=my_new_image.iso --iso

bchunk

bchunk IMAGE.bin IMAGE.cue ANYNAME.iso