星期三, 十月 25, 2006

DVD 刻录机刻录 CD-R

用 growisofs 提示不能识别为 DVD Removable disk,于是改用 cdrecord:
# cdrecord -v speed=48 dev=0,0,0 -data /mnt/file/iso/lfslivecd-x86-6.2-3.iso
cdrecord: Invalid or incomplete multibyte or wide character. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.

# cdrecord -scanbus
Cdrecord-Clone 2.01.01a03-dvd (x86_64-unknown-linux-gnu) Copyright (C) 1995-2005 J枚rg Schilling
NOTE: This version contains the OSS DVD extensions for cdrtools and thus may
have bugs related to DVD issues that are not present in the original
cdrtools. Please send bug reports or support requests to
http://bugzilla.redhat.com/bugzilla The original cdrtools author should
not be bothered with problems in this version.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.85-RH '@(#)scsi-linux-sg.c 1.85 05/05/16 Copyright 1997 J. Schilling').
scsibus2:
2,0,0 200) 'DVDRW ' 'IDE H16X ' 'B02C' Removable CD-ROM
2,1,0 201) *
2,2,0 202) *
2,3,0 203) *
2,4,0 204) *
2,5,0 205) *
2,6,0 206) *
2,7,0 207) *

# cdrecord -v speed=48 dev=2,0,0 -data /mnt/file/iso/lfslivecd-x86-6.2-3.iso

没有评论: