Go to TogaWare.com Home Page.
GNU/Linux Desktop Survival Guide
by Graham Williams
Google

Direct Copy Data CD from /dev/cdrom to SCSI burner


This works for Alpine (106.29), Mint (106.36) and Festival (106.20) and only for root (unless cdrecord is configured to install setuid), by default.

  # cdrecord -v dev=1,1,0 speed=8 -isosize /dev/cdrom   (Alpine)
  # cdrecord -v dev=0,1,0 speed=8 -isosize /dev/cdrom   (Mint)
  # cdrecord -v dev=0,0,0 speed=16 -isosize /dev/cdrom   (Festival)


Copyright © 1995-2008 Togaware Pty Ltd
Support further development through the purchase of the PDF version of the book.
Brought to you by Togaware.