Found some great ways to create and convert .iso files using Linux.
There is a free PowerIso CLI for those who have used Windows before.
PowerISO for Linux – to convert .daa and others to .iso
http://www.poweriso.com/download.htm
Creating an iso image – simply
dd if=/dev/cdrom (or whatever) of=/somewhere/file.iso
thats it!!
enjoy