dd if=/dev/hdc of=nameofcd.iso
to make an iso file of the content of a local directory:
mkisofs -o nameofiso.iso directorywithisocontent/
quick and dirty hacks for unix and friends.
Warning: works here, but be prepared for
the worst if using without caution !