레드햇 7.2입니다.
Dvd 가 hdc로 cdrw 가 hdd로 잡혀 있습니다.(LG 808B임)
그리고 dvd 는 /mnt/cdrom에 링크되어 있습니다.
cdrecord -scanbus를 하면
----------------
scsibus0:
0,0,0 0) 'LG' 'CD-RW CED-8080B' '1.05' Removable CD-ROM
----------------
하고 나오는 걸 보면 cdrw도 제대로 인식이 되는 것 같습니다.
그런데 koncd 나 xcdroast 로 audio cd를 복사하려고 하니깐
아래와 같은 메세지가 뜨면서 복사가 되지 않습니다.
무엇이 문제인지요?(cdrecord버젼은 1.10입니다.)
==========================================
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.19
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling
TOC Type:1 = CD-ROM
Using libscg version 'schily-0.5'
Driveropts:'burnproof'
atapi: 1
Device type : Removable CD-ROM
Version : 0
Response Format:1
Vendor_info : 'LG '
Identifikation : 'CD-RW CED-8080B '
Revision : '1.05'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags : SWABAUDIO
Drive buf size : 1024000 = 1000 KB
FIFO size : 4194304 = 4096 KB
cdrecord: Drive needs to reload the media to return to proper status.
cdrecord: WARNING: Track size unknown. Data may not fit on disk.
Track 01: data unknown length
Total size: 0 MB (00:00.00) = 0 sectors
Lout start: 0 MB (00:02/00) = 0 sectors
Current Secsize:2048
ATIP info from disk:
Indicated writing power: 5
Is not unrestricted
Is not erasable
Disk sub type: Medium Type A, low Beta category (A-) (2)
ATIP start of lead in: -11634 (97:26/66)
ATIP start of lead out: 359849 (79:59/74)
Disk type: Short strategy type (Phthalocyanine or similar)
Manuf. index: 3
Manufacturer: CMC Magnetics Corporation
Trying to clear drive status.
Starting to write CD/DVD at speed 2 in write mode for single session.
Last chance to quit, starting real write in 9 seconds.
8 seconds.
7 seconds.
6 seconds.
5 seconds.
4 seconds.
3 seconds.
2 seconds.
1 seconds.
0 seconds. Operation starts.
Waiting for reader process to fill input buffer ...
input buffer ready.
cdrecord: Bad driver opts 'burnproof'.
Driver options:
None supported for this drive.
Error, exit status: 255
=======================================