Hi guys, someone tell me what am I doing wrong. I am trying to burn a data CD. So this is what I do. First I typed as a root
and got this output:
Code:
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.8'.
scsibus1:
1,0,0 100) 'ATA ' 'ST3120026AS ' '3.18' Disk
1,1,0 101) *
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *
Then I pop an empty CD in the CD drive and go:
Code:
cdrecord dev=1,0,0 myhomedir.iso
But it doesn't work. Output is:
Code:
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.8'.
Device type : Disk
Version : 5
Response Format: 2
Capabilities :
Vendor_info : 'ATA '
Identifikation : 'ST3120026AS '
Revision : '3.18'
Device seems to be: Generic CCS Disk.
cdrecord: Sorry, no CD/DVD-Drive found on this target.
So what am I doing wrong? Thanks.