# Convert various image files to .iso
Linux @ 14 March 2012
I used the info supplied by Felipe Xavier, A.K.A. FXtrEm
CUE/BIN to ISO: Open a terminal, go to the folder that the CUE/BIN file is located and type:
bchunk filename.bin filename.cue filename.iso
NRG to ISO: Open a terminal, go to the folder that the NRG file is located and type:
nrg2iso filename.nrg filename.iso
IMG to ISO: Open a terminal, go to the folder that the IMG file is located and type:
ccd2iso filename.img filename.iso
MDF to ISO: Open a terminal, go to the folder that the MDF file is located and type:
mdf2iso filename.mdf filename.iso