Copying CDs

bscott at ntisys.com bscott at ntisys.com
Fri Apr 23 10:39:00 EDT 2004


On 23 Apr 2004, at 10:09am, jbd at codemeta.com wrote:
> Does anyone know how I can copy the whole CD as an ISO filesystem file?

  Use the "readcd" program that comes with the cdrecord/mkisofs package.  
The syntax is (from memory, so double-check this):

	readcd dev=/dev/sgfoo f=cdimage.iso

where "sgfoo" is the SCSI generic device, and "cdimage.iso" is the output
file.  The "dd" command may also work, but it can have trouble with CDs that
use some of the more esoteric features of the CD standards.

-- 
Ben Scott <bscott at ntisys.com>
| The opinions expressed in this message are those of the author and do  |
| not represent the views or policy of any other person or organization. |
| All information is provided without warranty of any kind.              |





More information about the gnhlug-discuss mailing list