development blog for the wicked stuff we encounter

The other day I tried to create an ISO under Ubuntu, finally I found out how: mkisofs --cap -o myVolume.iso /home/balint/archive With cdrecord, you can write it to disk, and if you want to eject the disk (as i did with my slot-loader drive): cdrecord -eject myVolume.iso