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

readcd plus cdrecord



My system:

Linux-2.4.27 with AMD Duron 1.3 GHz

#cdrecord dev=ATAPI -scanbus
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
Using libscg version 'schily-0.8'.
scsibus0:
        0,0,0     0) 'SAMSUNG ' 'CD-R/RW SW-408B ' 'BS02' Removable CD-ROM
        0,1,0     1) *
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *

-------------------------------------------------
#cdrecord dev=0,0,0 -checkdrive
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.8'.
Device type    : Removable CD-ROM
Version        : 0
Response Format: 1
Vendor_info    : 'SAMSUNG '
Identifikation : 'CD-R/RW SW-408B '
Revision       : 'BS02'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC SWABAUDIO
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96R

------------------------------------------------------

I had bought a SLACKWARE-LINUX-10.0 distribution.

------------------------------------------------------
I cloned the disk nr. 3 using:

#readcd dev=0,0,0 -clone -f=slack3
#cdrecord dev=0,0,0 -raw96r -clone -v slack3
#mount /cdrom
#cp -a /cdrom/slackware-book .
#cp: reading `/cdrom/slackware-book/Slack8Book_files/image013.gif': Input/output error
#ls -l slackware-book/Slack8Book_files/image013.gif
-rw-r--r--  1 root root 8192 2004-09-19 13:15 slackware-book/Slack8Book_files/image013.gif
-------------------------------------------------------
Now I cloned the disk nr. 3 using:

#dd if=/dev/cdwriter of=slack3
#cdrecord -v speed=8 dev=0,0,0 slack3
#mount /cdrom
#cp -a /cdrom/slackware-book .
/* no input/output error signalled */
#ls -l slackware-book/Slack8Book_files/image013.gif
-rw-r--r--  1 root root 25962 2002-03-29 21:50 slackware-book/Slack8Book_files/image013.gif
-------------------------------------------------------
Conclusion: using 'readcd' plus 'cdrecord' seems to be
            error prone.

winfried



Reply to: