15 May 2007

working with ISO files

to copy a CD to a .iso file:
dd if=/dev/hdc of=nameofcd.iso

to make an iso file of the content of a local directory:
mkisofs -o nameofiso.iso directorywithisocontent/