FAQ:

How do I burn a DVD from linux?

ANSWER:

  1. use mkisofs to create an image. For example, the following will create a "/tmp/image.iso" which contains the contents of RHEL:
    • mkisofs -l -o /tmp/image.iso RHEL/
  2. use dvdrecord to burn image to dvd:
    • dvdrecord -dev=2,0,0 -dao /tmp/image.iso

The correct parameters for "-dev=" can be found by doing a: cdrecord -scanbus

If you are using a DVD-RW, it may be erased by doing a: dvdrecord -dev=2,0,0 -blank=fast

If you have enough free space on your hard drive, /tmp should be a suitable staging area for your dvd images. However, please note that /tmp/ is periodically cleared of unused files.

Back to: ComputingFAQ

This topic: Computing > BurnDVDinLinux
Topic revision: 26 Jul 2005, DevinBougie
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding CLASSE Wiki? Send feedback