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

copy data cd by using cdrecord



 
    
copy data cd by using cdrecord
------------------------------

[root@intruder ~]# cat /etc/fedora-release 
Fedora Core release 3 (Heidelberg)

[root@intruder ~]# rpm -qi cdrecord-2.01.1-5
Name        : cdrecord                     Relocations: (not relocatable)
Version     : 2.01.1                            Vendor: Red Hat, Inc.
Release     : 5                             Build Date: Mon 18 Oct 2004 11:56:58 PM EST
Install Date: Fri 03 Dec 2004 12:13:52 AM EST      Build Host: tweety.build.redhat.com
Group       : Applications/Archiving        Source RPM: cdrtools-2.01.1-5.src.rpm
Size        : 1292577                          License: GPL
Signature   : DSA/SHA1, Thu 21 Oct 2004 04:35:17 AM EST, Key ID b44269d04f2a6fd2
Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL         : http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
Summary     : A command line CD recording program.
Description :
Cdrecord is an application for recording audio and data CDs. Cdrecord
works with many different brands of CD recorders, fully supports
multi-sessions, and provides human-readable error messages.

[root@intruder ~]# cdrecord -tao speed=4 -v /tmp/Win98SE.iso 

more and more:

[root@raider iso]# cdrecord dev=ATAPI -scanbus
Cdrecord-Clone 2.01-dvd (--) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this version.
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Use of ATA is preferred over ATAPI.
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) 'PHILIPS ' 'DVD+-RW DVD8701 ' '5D24' Removable CD-ROM
        0,1,0     1) '' '' '' NON CCS Disk
        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@raider iso]# cdrecord dev=ATAPI:0,0,0 -v blank=fast

[root@raider iso]# cdrecord dev=ATAPI:0,0,0 -v -tao driveropts=burnfree /tmp/Win98SE.iso



Google