Burning Optical Media: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 January 2022

  • curprev 04:0404:04, 19 January 2022Virtualsky talk contribs 1,012 bytes +1,012 Created page with "Use these examples to burn data to CDs and DVDs from the command line. Make .iso from multiple directories genisoimage -J -r -pad -graft-points dir1/=/path/files dir2/=/path/files dir3/=/path/files > filename.iso Make an .iso from a directory mkisofs -R -J /path/to/files -o /path/to/output.iso Burn an .iso to DVD growisofs -dvd-compat -speed=8 -use-the-force-luke=tty -Z /dev/sr0=/path/file.iso Burn a DVD from individual files growisofs -use-the-force-luke=tty..."