Command-line CD Recording

From UNIX Systems Administration
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Command-line CD/DVD Recording

  1. Discover which CD devices are available.
    # wodim --devices
  2. Burn an ISO image to a CD.
    # cdrecord -v -pad dev=<device from wodim output> <path to .iso file>

Further Reading

  1. Command-line CD-ROM burning in linux