[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cdrecord: failure in auto-formatting DVD+RW Verbatim media on USB-TSSTcorp



On Tue, 13 Jan 2009 10:43:30 +0100, Joerg.Schilling@fokus.fraunhofer.de
(Joerg Schilling) wrote:

>Plese edit cdrecord/scsi_mmc.c line 1362 and change:
>to:
>
>        printf("Disk type: "); 
>        switch (dip->disk_type) { 
> 
>        case SES_DA_ROM:        printf("CD-DA or CD-ROM");      break; 
>        case SES_CDI:           printf("CDI");                  break; 
>        case SES_XA:            printf("CD-ROM XA");            break; 
>        case SES_UNDEF:         printf("undefined");            break; 
>        default:                printf("reserved %d", dip->disk_type);             break; 
>        } else { 
>
>and send the result from cdrecord -v -minfo for an unformatted medium that 
>causes the problem.
(I took out the "else {")

It just says
	Disk type: CD-DA or CD-ROM
it does not reach the "default:" label.

-- 
giulioo@pobox.com


Reply to: