|
我使用的刻录机是"ASUS DRW-1608P3S, ATAPI CD/DVD-ROM",现在能够用cdrecord命令刻录CD,但是用dvdrecord命令刻录DVD时总是提示:
dvdrecord: Drive does not support TAO recording.
dvdrecord: Illegal write mode for this drive.
DVD-R与DVD+R都有试过但结果一样(认真对比过这两种情况的输出内容),有谁知道是什么原因?
另外,还请各位高手向我推荐一些其它在命令行下刻录DVD的方法.
谢谢!
__________________________________________
PS:以下是刻录DVD时的所有过程,希望对各位查找原因有帮助.
步骤一:制作iso文件
[root@localhost root]# mkisofs -T -r -ldots -l -J -o /home/cis.season3.iso /home/samba/CSI\ season\ 3/
Warning: creating filesystem that does not conform to ISO-9660.
0.29% done, estimate finish Sat Jan 12 18:38:58 2008
0.58% done, estimate finish Sat Jan 12 18:41:49 2008
0.88% done, estimate finish Sat Jan 12 18:40:52 2008
......
99.15% done, estimate finish Sat Jan 12 18:43:12 2008
99.44% done, estimate finish Sat Jan 12 18:43:12 2008
99.74% done, estimate finish Sat Jan 12 18:43:11 2008
Total translation table size: 6570
Total rockridge attributes bytes: 2760
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 21000
1714547 extents written (3348 Mb)
步骤二:测定DVD刻录机的位置
[root@localhost root]# dvdrecord -scanbus
dvdrtools v0.1.4
Portions (c) 2002-2003 Ark Linux <bero@arklinux.org>
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program; see the file COPYING. If not, write to the Free Software
Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
Based on:
Cdrecord 1.11a15 (i386-redhat-linux-gnu) Copyright (C) 1995-2001 J鰎g Schilling
Linux sg driver version: 3.1.25
Using libscg version 'bero-0.5a'
dvdrecord: Warning: using inofficial version of libscg (bero-0.5a '@(#)scsitransp.c 1.81 01/04/20 Copyright 1988,1995,2000 J. Schilling').
dvdrecord: Warning: using inofficial libscg transport code version (schily-RH-scsi-linux-sg.c-1.69-RH-O_EXCL '@(#)scsi-linux-sg.c 1.69 02/01/18 Copyright 1997 J. Schilling').
scsibus0:
0,0,0 0) 'ASUS ' 'DRW-1608P3S ' '1.24' 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) *
步骤三: 测试
[root@localhost root]# dvdrecord -v -dummy driveropts=burnfree dev=0,0,0 /home/csi.season3.iso
dvdrtools v0.1.4
Portions (c) 2002-2003 Ark Linux <bero@arklinux.org>
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program; see the file COPYING. If not, write to the Free Software
Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
Based on:
Cdrecord 1.11a15 (i386-redhat-linux-gnu) Copyright (C) 1995-2001 J鰎g Schilling
TOC Type: 1 = CD-ROM
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.25
Using libscg version 'bero-0.5a'
dvdrecord: Warning: using inofficial version of libscg (bero-0.5a '@(#)scsitransp.c 1.81 01/04/20 Copyright 1988,1995,2000 J. Schilling').
dvdrecord: Warning: using inofficial libscg transport code version (schily-RH-scsi-linux-sg.c-1.69-RH-O_EXCL '@(#)scsi-linux-sg.c 1.69 02/01/18 Copyright 1997 J. Schilling').
Driveropts: 'burnfree'
atapi: 1
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'ASUS '
Identifikation : 'DRW-1608P3S '
Revision : '1.24'
Device seems to be: Generic mmc2 DVD.
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags : SWABAUDIO BURNFREE
Supported modes: PACKET SAO
Drive buf size : 1605632 = 1568 KB
FIFO size : 4194304 = 4096 KB
dvdrecord: Drive does not support TAO recording.
dvdrecord: Illegal write mode for this drive.
这里就出现了错误提示,最后不死心,我将步骤三的命令中的"-dummy"去掉后再一次执行:
[root@localhost root]# dvdrecord -v driveropts=burnfree dev=0,0,0 /home/csi.season3.iso
得到的结果还是一样. |
|