http://www.linuxquestions.org – Hi there, I am backuping (does this word really exist?^^) some files. I put the files in folders called "DVD1", "DVD2", etc. Then I created iso files by using: Code: $ mkisofs -J -R -o DVD1.iso DVD1/ $ mkisofs -J -R -o DVD2.iso DVD2/ etc... When I try to burn them by using Code: # cdrecord -v dev=1001,0,0 DVD1.iso (HowTos)